From: Andrew Morton fs/reiser4/plugin/item/extent_file_ops.c:10:36: error: ../../../../mm/filemap.h: No such file or directory fs/reiser4/plugin/item/extent_file_ops.c: In function 'reiser4_write_extent': fs/reiser4/plugin/item/extent_file_ops.c:1044: warning: implicit declaration of function 'filemap_copy_from_user' dammit, people use this. I just lost testers. Cc: Nick Piggin Signed-off-by: Andrew Morton --- fs/Makefile | 1 - 1 file changed, 1 deletion(-) diff -puN fs/Makefile~nick-broke-reiser4-too fs/Makefile --- a/fs/Makefile~nick-broke-reiser4-too +++ a/fs/Makefile @@ -67,7 +67,6 @@ obj-$(CONFIG_DLM) += dlm/ # Do not add any filesystems before this line obj-$(CONFIG_REISERFS_FS) += reiserfs/ -obj-$(CONFIG_REISER4_FS) += reiser4/ obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev obj-$(CONFIG_JBD) += jbd/ _