mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
aio: remove a pointless assignment
the value is never used after that point Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f55532a0c0
commit
2958ec177e
1 changed files with 0 additions and 2 deletions
2
fs/aio.c
2
fs/aio.c
|
@ -1447,8 +1447,6 @@ rw_common:
|
|||
return ret;
|
||||
}
|
||||
|
||||
len = ret;
|
||||
|
||||
if (rw == WRITE)
|
||||
file_start_write(file);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue