Skip to content

Commit e7062a0

Browse files
terraluna9771Naim
authored andcommitted
ntfs: add MODULE_ALIAS_FS
Add missing MODUE_ALIAS record to the ntfs driver to allow automatic loading of the module. Signed-off-by: Woody Suwalski <terraluna977@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
1 parent 100266f commit e7062a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/ntfs/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,6 +2630,7 @@ static struct file_system_type ntfs_fs_type = {
26302630
.kill_sb = kill_block_super,
26312631
.fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
26322632
};
2633+
MODULE_ALIAS_FS("ntfs");
26332634

26342635
static int ntfs_workqueue_init(void)
26352636
{

0 commit comments

Comments
 (0)