mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
fuse: remove duplicate cs->offset assignment
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
acbe5fda1f
commit
4680a7ee5d
@ -767,7 +767,6 @@ static int fuse_copy_fill(struct fuse_copy_state *cs)
|
||||
cs->len = err;
|
||||
cs->offset = off;
|
||||
cs->pg = page;
|
||||
cs->offset = off;
|
||||
iov_iter_advance(cs->iter, err);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user