udf: merge module informations in super.c
Move all module attributes at the end of one file like other FS. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:

committed by
Jan Kara

parent
b31c9ed99e
commit
54bb60d531
@@ -43,10 +43,6 @@
|
||||
#include "udf_i.h"
|
||||
#include "udf_sb.h"
|
||||
|
||||
MODULE_AUTHOR("Ben Fennema");
|
||||
MODULE_DESCRIPTION("Universal Disk Format Filesystem");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#define EXTENT_MERGE_SIZE 5
|
||||
|
||||
static umode_t udf_convert_permissions(struct fileEntry *);
|
||||
|
Reference in New Issue
Block a user