aio: remove a pointless assignment
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Apr 2016 01:34:25 +0000 (21:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Apr 2016 23:51:33 +0000 (19:51 -0400)
the value is never used after that point

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c

index 155f842..a6deaa7 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1447,8 +1447,6 @@ rw_common:
                        return ret;
                }
 
-               len = ret;
-
                if (rw == WRITE)
                        file_start_write(file);