diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-04-01 03:34:25 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-04-04 01:51:33 +0200 |
commit | 2958ec177e400be1e26fc37e1759f84fa2c1761c (patch) | |
tree | 4c46ed0c5b94a1a2f3f8252bf9b25cc110409f88 /fs/aio.c | |
parent | Linux 4.6-rc1 (diff) | |
download | linux-2958ec177e400be1e26fc37e1759f84fa2c1761c.tar.xz 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 '')
-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); |