Skip to content

Commit 96544a9

Browse files
Jeff Johnsonjankara
authored andcommitted
jbd2: add missing MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/jbd2/jbd2.o Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent 32f88d6 commit 96544a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/jbd2/journal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,6 +3181,7 @@ static void __exit journal_exit(void)
31813181
jbd2_journal_destroy_caches();
31823182
}
31833183

3184+
MODULE_DESCRIPTION("Generic filesystem journal-writing module");
31843185
MODULE_LICENSE("GPL");
31853186
module_init(journal_init);
31863187
module_exit(journal_exit);

0 commit comments

Comments
 (0)