Skip to content

Commit 89a8718

Browse files
Jeff Johnsontytso
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]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent be27cd6 commit 89a8718

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
@@ -3157,6 +3157,7 @@ static void __exit journal_exit(void)
31573157
jbd2_journal_destroy_caches();
31583158
}
31593159

3160+
MODULE_DESCRIPTION("Generic filesystem journal-writing module");
31603161
MODULE_LICENSE("GPL");
31613162
module_init(journal_init);
31623163
module_exit(journal_exit);

0 commit comments

Comments
 (0)