瀏覽代碼

aio: remove a pointless assignment

the value is never used after that point

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 9 年之前
父節點
當前提交
2958ec177e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      fs/aio.c

+ 0 - 2
fs/aio.c

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