Unionfs: port to 3.9
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 27 Nov 2013 03:01:34 +0000 (22:01 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 16 Aug 2014 02:31:35 +0000 (22:31 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/Kconfig
fs/unionfs/main.c

index f3c1ac453da27af5120554213e86a7eca0648ee8..5c356170b281951f56e8a9a0ba2a7152e872377b 100644 (file)
@@ -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
index bf7b72bc8e2687c3ccaf80240f4b63e8f3904fe0..325a94fd9bcb87e5b9fe90418bc544b0be78f84c 100644 (file)
@@ -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)