aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-03-31 21:34:25 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-04-03 19:51:33 -0400
commit2958ec177e400be1e26fc37e1759f84fa2c1761c (patch)
tree4c46ed0c5b94a1a2f3f8252bf9b25cc110409f88
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
aio: remove a pointless assignment
the value is never used after that point Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--fs/aio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/aio.c b/fs/aio.c
index 155f84253f33..a6deaa78326d 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1447,8 +1447,6 @@ rw_common:
1447 return ret; 1447 return ret;
1448 } 1448 }
1449 1449
1450 len = ret;
1451
1452 if (rw == WRITE) 1450 if (rw == WRITE)
1453 file_start_write(file); 1451 file_start_write(file);
1454 1452