From: Erez Zadok Date: Mon, 25 Nov 2013 04:10:59 +0000 (-0500) Subject: Unionfs: port to 3.10 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=8ee8f11911fb97d0279fc74426793072ca9a26c1;p=unionfs-3.10.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) {