projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbe5fd
)
fuse: remove duplicate cs->offset assignment
author
Miklos Szeredi
<mszeredi@redhat.com>
Sat, 1 Oct 2016 05:32:33 +0000
(07:32 +0200)
committer
Miklos Szeredi
<mszeredi@redhat.com>
Sat, 1 Oct 2016 05:32:33 +0000
(07:32 +0200)
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/fuse/dev.c
b/fs/fuse/dev.c
index a94d2ed81ab4af4bf7cc8316d5f7517a9902c3a2..c41bde26c3388cbd35eefb880291061343dbd09a 100644
(file)
--- a/
fs/fuse/dev.c
+++ b/
fs/fuse/dev.c
@@
-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);
}