From: Erez Zadok Date: Wed, 27 Nov 2013 02:02:48 +0000 (-0500) Subject: Unionfs: port to 3.9 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=9b6666ec1912bf4d2bde892370be8171cb884d6c;p=unionfs-3.12.y.git Unionfs: port to 3.9 Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/Kconfig b/fs/unionfs/Kconfig index f3c1ac453da2..5c356170b281 100644 --- a/fs/unionfs/Kconfig +++ b/fs/unionfs/Kconfig @@ -1,6 +1,5 @@ config UNION_FS - tristate "Union file system (EXPERIMENTAL)" - depends on EXPERIMENTAL + tristate "Union file system" help Unionfs is a stackable unification file system, which appears to merge the contents of several directories (branches), while keeping diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index bf7b72bc8e26..325a94fd9bcb 100644 --- a/fs/unionfs/main.c +++ b/fs/unionfs/main.c @@ -700,7 +700,7 @@ static struct file_system_type unionfs_fs_type = { .name = UNIONFS_NAME, .mount = unionfs_mount, .kill_sb = generic_shutdown_super, - .fs_flags = FS_REVAL_DOT, + .fs_flags = 0, }; static int __init init_unionfs_fs(void)