From: Al Viro Date: Fri, 1 Apr 2016 01:34:25 +0000 (-0400) Subject: aio: remove a pointless assignment X-Git-Tag: v4.7-rc1~50^2~4 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=2958ec177e400be1e26fc37e1759f84fa2c1761c aio: remove a pointless assignment the value is never used after that point Signed-off-by: Al Viro --- diff --git a/fs/aio.c b/fs/aio.c index 155f84253f33..a6deaa78326d 100644 --- 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);