소스 검색

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);