mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
fuse: remove duplicate cs->offset assignment
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
acbe5fda1f
commit
4680a7ee5d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue