Commit 4680a7ee authored by Miklos Szeredi's avatar Miklos Szeredi

fuse: remove duplicate cs->offset assignment

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent acbe5fda
...@@ -767,7 +767,6 @@ static int fuse_copy_fill(struct fuse_copy_state *cs) ...@@ -767,7 +767,6 @@ static int fuse_copy_fill(struct fuse_copy_state *cs)
cs->len = err; cs->len = err;
cs->offset = off; cs->offset = off;
cs->pg = page; cs->pg = page;
cs->offset = off;
iov_iter_advance(cs->iter, err); iov_iter_advance(cs->iter, err);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment