Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <quic_jjohnson@quicinc.com>
Link: https://patch.msgid.link/20240526-md-fs-jbd2-v1-1-7bba6665327d@quicinc.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Jeff Johnson and committed by
Theodore Ts'o
89a8718c be27cd64

+1
+1
fs/jbd2/journal.c
··· 3157 3157 jbd2_journal_destroy_caches(); 3158 3158 } 3159 3159 3160 + MODULE_DESCRIPTION("Generic filesystem journal-writing module"); 3160 3161 MODULE_LICENSE("GPL"); 3161 3162 module_init(journal_init); 3162 3163 module_exit(journal_exit);