Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

fuse: remove duplicate cs->offset assignment

parent acbe5fda
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
	}