Unionfs: port to 3.10
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 25 Nov 2013 04:10:59 +0000 (23:10 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 00:47:49 +0000 (19:47 -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)
 {