[Devel] [PATCH RHEL8 COMMIT] fs/fuse kio_pcs: Drop TODO for kpcs_probe()

Konstantin Khorenko khorenko at virtuozzo.com
Mon Apr 26 14:12:45 MSK 2021


The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-240.1.1.vz8.5.20
------>
commit aa3e243fd320c63d490f6c26b106ae5a3b0f6ba8
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date:   Mon Apr 26 14:09:22 2021 +0300

    fs/fuse kio_pcs: Drop TODO for kpcs_probe()
    
    In vz7 this TODO has been dropped in the scope of
      2ff0120441a8 ("fs/fuse kio_pcs: check fuse_conn args")
    
    which in vz8 has been merged with
      6bc13638ba6f ("fs/fuse kio_pcs: remove s_subtype check")
    
    To_merge: 6bc13638ba6f ("fs/fuse kio_pcs: remove s_subtype check")
    
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
 fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
index 0fd66de77d0b..ffaa1dbb4dc7 100644
--- a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
+++ b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
@@ -1641,7 +1641,7 @@ static void kpcs_kill_requests(struct fuse_conn *fc, struct inode *inode)
 static struct fuse_kio_ops kio_pcs_ops = {
 	.name		= "pcs",
 	.owner		= THIS_MODULE,
-	.probe		= kpcs_probe, /*TODO: check sb->dev name */
+	.probe		= kpcs_probe,
 
 	.conn_init	= kpcs_conn_init,
 	.conn_fini	= kpcs_conn_fini,


More information about the Devel mailing list