Эх сурвалжийг харах

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 жил өмнө
parent
commit
2958ec177e
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      fs/aio.c

+ 0 - 2
fs/aio.c

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