From: Erez Zadok Date: Wed, 27 Nov 2013 02:02:48 +0000 (-0500) Subject: Unionfs: port to 3.10 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=ea8dd6f3c6b5622ec74efd2a1d1ef37d12931560;p=unionfs-3.12.y.git Unionfs: port to 3.10 Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index 325a94fd9bcb..78f8c1a0917a 100644 --- a/fs/unionfs/main.c +++ b/fs/unionfs/main.c @@ -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) {