From: Pekka Enberg <[EMAIL PROTECTED]>

Add fs/revoke.c and fs/revoked_inode.c to build when CONFIG_MMU is enabled.

Cc: Alan Cox <[EMAIL PROTECTED]>
Cc: Al Viro <[EMAIL PROTECTED]>
Cc: Christoph Hellwig <[EMAIL PROTECTED]>
Cc: Peter Zijlstra <[EMAIL PROTECTED]>
Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]>
---
 fs/Makefile |    1 +
 1 file changed, 1 insertion(+)

Index: 2.6/fs/Makefile
===================================================================
--- 2.6.orig/fs/Makefile        2007-11-23 09:58:11.000000000 +0200
+++ 2.6/fs/Makefile     2007-12-14 16:40:57.000000000 +0200
@@ -19,6 +19,7 @@ else
 obj-y +=       no-block.o
 endif
 
+obj-$(CONFIG_MMU)              += revoke.o revoked_inode.o
 obj-$(CONFIG_INOTIFY)          += inotify.o
 obj-$(CONFIG_INOTIFY_USER)     += inotify_user.o
 obj-$(CONFIG_EPOLL)            += eventpoll.o
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to