diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-31 21:34:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-04-03 19:51:33 -0400 |
commit | 2958ec177e400be1e26fc37e1759f84fa2c1761c (patch) | |
tree | 4c46ed0c5b94a1a2f3f8252bf9b25cc110409f88 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 | ||