From: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Add fs/revoke.c and fs/revoked_inode.c to build when CONFIG_MMU is enabled. Cc: Alan Cox <alan@xxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html