From 2958ec177e400be1e26fc37e1759f84fa2c1761c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 31 Mar 2016 21:34:25 -0400 Subject: [PATCH] aio: remove a pointless assignment the value is never used after that point Signed-off-by: Al Viro --- fs/aio.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2