aio: remove a pointless assignment

the value is never used after that point

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
tirimbino
Al Viro 9 years ago
parent f55532a0c0
commit 2958ec177e
  1. 2
      fs/aio.c

@ -1447,8 +1447,6 @@ rw_common:
return ret;
}
len = ret;
if (rw == WRITE)
file_start_write(file);

Loading…
Cancel
Save