Re: [PATCH] revoke: generic_file_revoke stub for NOMMU

2007-03-27 Thread Pekka J Enberg
On Wed, 28 Mar 2007, Wu, Bryan wrote: > Cool, you are so quick and your patchbomb tool is very efficient. Yeah, quilt + pine = a deadly combination =) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at htt

Re: [PATCH] revoke: generic_file_revoke stub for NOMMU

2007-03-27 Thread Wu, Bryan
On Wed, 2007-03-28 at 09:24 +0300, Pekka J Enberg wrote: > From: Pekka Enberg <[EMAIL PROTECTED]> > > As NOMMU does not include fs/revoke.c, we need to provide a stub for > generic_file_revoke() so that filesystems using it compile. > > Cc: Bryan Wu <[EMAIL PROTECTED]> > Signed-off-by: Pekka Enbe

[PATCH] revoke: generic_file_revoke stub for NOMMU

2007-03-27 Thread Pekka J Enberg
From: Pekka Enberg <[EMAIL PROTECTED]> As NOMMU does not include fs/revoke.c, we need to provide a stub for generic_file_revoke() so that filesystems using it compile. Cc: Bryan Wu <[EMAIL PROTECTED]> Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- include/linux/fs.h |4 1 file chan