The patch titled fs/stack.c should #include <linux/fs_stack.h> has been removed from the -mm tree. Its filename was fsstack-introduce-fsstack_copy_attrinode_-fs-stackc-should-include-linux-fs_stackh.patch This patch was dropped because it was folded into fsstack-introduce-fsstack_copy_attrinode_.patch ------------------------------------------------------ Subject: fs/stack.c should #include <linux/fs_stack.h> From: Adrian Bunk <bunk@xxxxxxxxx> Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Acked-by: Josef Sipek <jsipek@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/stack.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/stack.c~fsstack-introduce-fsstack_copy_attrinode_-fs-stackc-should-include-linux-fs_stackh fs/stack.c --- a/fs/stack.c~fsstack-introduce-fsstack_copy_attrinode_-fs-stackc-should-include-linux-fs_stackh +++ a/fs/stack.c @@ -1,5 +1,6 @@ #include <linux/module.h> #include <linux/fs.h> +#include <linux/fs_stack.h> /* does _NOT_ require i_mutex to be held. * _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch generic-bug-implementation.patch fsstack-introduce-fsstack_copy_attrinode_.patch fsstack-introduce-fsstack_copy_attrinode_-fs-stackc-should-include-linux-fs_stackh.patch i4l-remove-the-broken-hisax_amd7930-option.patch make-drivers-md-dm-snapcksnapd-static.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html