SLES10 runs into build failures without the following includes. Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]> --- fs/ocfs2/compat_should_remove_suid.c | 1 + fs/ocfs2/compat_sync_mapping_range.c | 1 + 2 files changed, 2 insertions(+)
--- a/fs/ocfs2/compat_should_remove_suid.c 2008-02-02 10:22:46.000000000 -0500 +++ b/fs/ocfs2/compat_should_remove_suid.c 2008-02-02 10:36:34.000000000 -0500 @@ -9,6 +9,7 @@ */ #include <linux/fs.h> +#include <linux/capability.h> /* * The logic we want is --- a/fs/ocfs2/compat_sync_mapping_range.c 2008-02-02 10:22:46.000000000 -0500 +++ b/fs/ocfs2/compat_sync_mapping_range.c 2008-02-02 10:36:34.000000000 -0500 @@ -17,6 +17,7 @@ #include <linux/mpage.h> #include <linux/pagemap.h> #include <linux/pagevec.h> +#include <linux/backing-dev.h> /** * wait_on_page_writeback_range - wait for writeback to complete _______________________________________________ Ocfs2-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-devel
