Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
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
.name = UNIONFS_NAME,
.mount = unionfs_mount,
.kill_sb = generic_shutdown_super,
- .fs_flags = FS_REVAL_DOT,
+ .fs_flags = 0,
};
+MODULE_ALIAS_FS(UNIONFS_NAME);
static int __init init_unionfs_fs(void)
{