|
@@ -910,7 +910,7 @@ static ssize_t fuse_dev_write(struct kiocb *iocb, const struct iovec *iov,
|
|
|
unsigned long nr_segs, loff_t pos)
|
|
|
{
|
|
|
int err;
|
|
|
- unsigned nbytes = iov_length(iov, nr_segs);
|
|
|
+ size_t nbytes = iov_length(iov, nr_segs);
|
|
|
struct fuse_req *req;
|
|
|
struct fuse_out_header oh;
|
|
|
struct fuse_copy_state cs;
|