From 040457cfeaea667d6a9d959d04405c94fa9ac7a4 Mon Sep 17 00:00:00 2001 From: Woody Suwalski Date: Thu, 5 Mar 2026 17:35:48 +0900 Subject: 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 Signed-off-by: Namjae Jeon --- fs/ntfs/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c index 830dfc5aed2d..39a5c3b81001 100644 --- a/fs/ntfs/super.c +++ b/fs/ntfs/super.c @@ -2630,6 +2630,7 @@ static struct file_system_type ntfs_fs_type = { .kill_sb = kill_block_super, .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP, }; +MODULE_ALIAS_FS("ntfs"); static int ntfs_workqueue_init(void) { -- cgit v1.2.3