Wrapfs: declare MODULE_ALIAS_FS
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 5 Jun 2013 03:19:32 +0000 (23:19 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 3 Apr 2016 19:23:22 +0000 (15:23 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/main.c

index 6d4803362e08ecfed10c3889cff6e0995b0986f0..73153fd0929750ae996d09c490e4025454612521 100644 (file)
@@ -133,6 +133,7 @@ static struct file_system_type wrapfs_fs_type = {
        .kill_sb        = generic_shutdown_super,
        .fs_flags       = 0,
 };
+MODULE_ALIAS_FS(WRAPFS_NAME);
 
 static int __init init_wrapfs_fs(void)
 {