From: Andrew Morton WARNING: Use #include instead of #40: FILE: fs/reiserfs/journal.c:53: +#include total: 0 errors, 1 warnings, 83 lines checked ./patches/reiserfs-convert-j_commit_lock-to-mutex.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Chris Mason Cc: Edward Shishkin Cc: Jeff Mahoney Cc: Matthew Wilcox Signed-off-by: Andrew Morton --- fs/reiserfs/journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/reiserfs/journal.c~reiserfs-convert-j_commit_lock-to-mutex-checkpatch-fixes fs/reiserfs/journal.c --- a/fs/reiserfs/journal.c~reiserfs-convert-j_commit_lock-to-mutex-checkpatch-fixes +++ a/fs/reiserfs/journal.c @@ -49,8 +49,8 @@ #include #include #include +#include -#include #include /* gets a struct reiserfs_journal_list * from a list head */ _