Skip to content

Commit d34a557

Browse files
author
Miklos Szeredi
committed
fuse: remove stray debug line
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: efad715 ("fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN") Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 184429a commit d34a557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/fuse/passthrough.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map)
234234
goto out;
235235

236236
backing_sb = file_inode(file)->i_sb;
237-
pr_info("%s: %x:%pD %i\n", __func__, backing_sb->s_dev, file, backing_sb->s_stack_depth);
238237
res = -ELOOP;
239238
if (backing_sb->s_stack_depth >= fc->max_stack_depth)
240239
goto out_fput;

0 commit comments

Comments
 (0)