Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: efad7153bf93 ("fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>

-1
-1
fs/fuse/passthrough.c
··· 234 234 goto out; 235 235 236 236 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); 238 237 res = -ELOOP; 239 238 if (backing_sb->s_stack_depth >= fc->max_stack_depth) 240 239 goto out_fput;