On Fri, May 26, 2006 at 05:24:01PM +0200, Adrian Bunk wrote: > On Fri, May 26, 2006 at 09:21:48AM -0500, Mike Halcrow wrote: > > - ASSERT(auth_tok->session_key.encrypted_key_size < PAGE_CACHE_SIZE); > > + BUG_ON(auth_tok->session_key.encrypted_key_size > PAGE_CACHE_SIZE); > >... > > What's with (auth_tok->session_key.encrypted_key_size == > PAGE_CACHE_SIZE) ? That should not be a problem. Mike
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: [PATCH 1/10] Convert ASSERT to BUG_ON
- From: Adrian Bunk <[email protected]>
- Re: [PATCH 1/10] Convert ASSERT to BUG_ON
- References:
- [PATCH 0/10] eCryptfs Updates
- From: Michael Halcrow <[email protected]>
- [PATCH 1/10] Convert ASSERT to BUG_ON
- From: Mike Halcrow <[email protected]>
- Re: [PATCH 1/10] Convert ASSERT to BUG_ON
- From: Adrian Bunk <[email protected]>
- [PATCH 0/10] eCryptfs Updates
- Prev by Date: Re: [RFC 0/5] sched: Add CPU rate caps
- Next by Date: Re: [PATCH 03/33] radixtree: hole scanning functions
- Previous by thread: Re: [PATCH 1/10] Convert ASSERT to BUG_ON
- Next by thread: Re: [PATCH 1/10] Convert ASSERT to BUG_ON
- Index(es):