[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openvz-devel
Subject:    [Devel] [PATCH RHEL7 COMMIT] fuse: virtualize file system
From:       vdavydov () virtuozzo ! com (Vladimir Davydov)
Date:       2015-09-24 9:21:28
Message-ID: 201509240921.t8O9LSlm027303 () day ! sw ! ru
[Download RAW message or body]

The commit is pushed to "branch-rh7-3.10.0-229.7.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-229.7.2.vz7.6.9
------>
commit 500e1ec56cecf79de4e78ca61daa016921b31187
Author: Stanislav Kinsburskiy <skinsbursky at parallels.com>
Date:   Thu Sep 24 13:21:28 2015 +0400

    fuse: virtualize file system
    
    This is requred to allow to mount FUSE-based filesystems like SshFS.
    
    https://bugs.openvz.org/browse/OVZ-6498
    
    Signed-off-by: Stanislav Kinsburskiy <skinsbursky at parallels.com>
---
 fs/fuse/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c
index d29f9aa037da..4a1b46f78b2a 100644
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
@@ -1278,7 +1278,7 @@ static void fuse_kill_sb_anon(struct super_block *sb)
 static struct file_system_type fuse_fs_type = {
 	.owner		= THIS_MODULE,
 	.name		= "fuse",
-	.fs_flags	= FS_HAS_SUBTYPE,
+	.fs_flags	= FS_HAS_SUBTYPE | FS_VIRTUALIZED,
 	.mount		= fuse_mount,
 	.kill_sb	= fuse_kill_sb_anon,
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic