Commit 89a8718c authored by Jeff Johnson's avatar Jeff Johnson Committed by Theodore Ts'o

jbd2: add missing MODULE_DESCRIPTION()

Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/jbd2/jbd2.o
Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Link: https://patch.msgid.link/20240526-md-fs-jbd2-v1-1-7bba6665327d@quicinc.comSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent be27cd64
......@@ -3157,6 +3157,7 @@ static void __exit journal_exit(void)
jbd2_journal_destroy_caches();
}
MODULE_DESCRIPTION("Generic filesystem journal-writing module");
MODULE_LICENSE("GPL");
module_init(journal_init);
module_exit(journal_exit);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment