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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Woody Suwalski and committed by
Namjae Jeon
040457cf f462fdf3

+1
+1
fs/ntfs/super.c
··· 2630 2630 .kill_sb = kill_block_super, 2631 2631 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP, 2632 2632 }; 2633 + MODULE_ALIAS_FS("ntfs"); 2633 2634 2634 2635 static int ntfs_workqueue_init(void) 2635 2636 {