aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fuse/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index 8fed2ed12f38..8a11a8c67c42 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -910,7 +910,7 @@ static ssize_t fuse_dev_write(struct kiocb *iocb, const struct iovec *iov,
910 unsigned long nr_segs, loff_t pos) 910 unsigned long nr_segs, loff_t pos)
911{ 911{
912 int err; 912 int err;
913 unsigned nbytes = iov_length(iov, nr_segs); 913 size_t nbytes = iov_length(iov, nr_segs);
914 struct fuse_req *req; 914 struct fuse_req *req;
915 struct fuse_out_header oh; 915 struct fuse_out_header oh;
916 struct fuse_copy_state cs; 916 struct fuse_copy_state cs;