Signed-off-by: kernel test robot <lkp(a)intel.com>
---
dev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index b0fbdbfd4fbd0..f17d2f45acbb9 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -2219,8 +2219,8 @@ static int fuse_device_clone(struct fuse_conn *fc, struct file
*new)
return 0;
}
-int fuse_passthrough_open(struct fuse_dev *fud,
- struct fuse_passthrough_out *pto)
+static int fuse_passthrough_open(struct fuse_dev *fud,
+ struct fuse_passthrough_out *pto)
{
int ret;
struct fuse_req *req;
Show replies by date