From fded80130646482c0dcc6ab5e4e172971ecdf6c6 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 26 Nov 2013 22:01:34 -0500 Subject: [PATCH] Unionfs: port to 3.10 Signed-off-by: Erez Zadok --- fs/unionfs/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index 325a94fd9bc..78f8c1a0917 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) { -- 2.34.1