Unionfs: port to 3.10
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 27 Nov 2013 02:02:48 +0000 (21:02 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 01:05:47 +0000 (20:05 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/main.c

index 325a94fd9bcb87e5b9fe90418bc544b0be78f84c..78f8c1a0917a46c5ba1e5c73c465eafe536dc486 100644 (file)
@@ -702,6 +702,7 @@ static struct file_system_type unionfs_fs_type = {
        .kill_sb        = generic_shutdown_super,
        .fs_flags       = 0,
 };
+MODULE_ALIAS_FS(UNIONFS_NAME);
 
 static int __init init_unionfs_fs(void)
 {