[Devel] [PATCH RHEL7 COMMIT] overlayfs: unmark overlayfs as tech preview
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Oct 11 05:07:58 PDT 2016
The commit is pushed to "branch-rh7-3.10.0-327.36.1.vz7.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-327.36.1.vz7.18.6
------>
commit ce90d2de9c655603819530850648e9895b03488a
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Tue Oct 11 16:04:41 2016 +0400
overlayfs: unmark overlayfs as tech preview
overlayfs is stable enough so remove "tech preview" warning and taint on mount.
https://jira.sw.ru/browse/PSBM-52379
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
fs/overlayfs/super.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
index b46463a..9ea49f9 100644
--- a/fs/overlayfs/super.c
+++ b/fs/overlayfs/super.c
@@ -1120,13 +1120,6 @@ out:
static struct dentry *ovl_mount(struct file_system_type *fs_type, int flags,
const char *dev_name, void *raw_data)
{
- static bool seen = false;
-
- if (!seen) {
- mark_tech_preview("Overlay filesystem", THIS_MODULE);
- seen = true;
- }
-
return mount_nodev(fs_type, flags, raw_data, ovl_fill_super);
}
More information about the Devel
mailing list