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 /fs | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-2958ec177e400be1e26fc37e1759f84fa2c1761c.tar.gz linux-2958ec177e400be1e26fc37e1759f84fa2c1761c.tar.bz2 linux-2958ec177e400be1e26fc37e1759f84fa2c1761c.zip |
aio: remove a pointless assignment
the value is never used after that point
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/aio.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1447,8 +1447,6 @@ rw_common: return ret; } - len = ret; - if (rw == WRITE) file_start_write(file); |