fuse: remove stray debug line
authorMiklos Szeredi <mszeredi@redhat.com>
Mon, 7 Oct 2024 10:43:50 +0000 (12:43 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 25 Oct 2024 15:05:49 +0000 (17:05 +0200)
It wasn't there when the patch was posted for review, but somehow made it
into the pull.

Link: https://lore.kernel.org/all/20240913104703.1673180-1-mszeredi@redhat.com/
Fixes: efad7153bf93 ("fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/passthrough.c

index 7b097e332a9047486a37c1bf02e086d14b92b5c5..bbac547dfcb3c8b976206814b5da4b1dfa847891 100644 (file)
@@ -234,7 +234,6 @@ int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map)
                goto out;
 
        backing_sb = file_inode(file)->i_sb;
-       pr_info("%s: %x:%pD %i\n", __func__, backing_sb->s_dev, file, backing_sb->s_stack_depth);
        res = -ELOOP;
        if (backing_sb->s_stack_depth >= fc->max_stack_depth)
                goto out_fput;