commit | 45d4f855046631d63dab8832ba8a8369ed8e04bd | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Apr 03 14:47:17 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 03 16:20:57 2014 -0700 |
tree | ff603cb87fa84875ac4c34a2bf0f277433257dcf | |
parent | 2b665e276c15ba7d9fc8cdd16931883a51ed13e4 [diff] |
fs/direct-io.c: remove some left over checks We know that "ret > 0" is true here. These tests were left over from commit 02afc27faec9 ('direct-io: Handle O_(D)SYNC AIO') and aren't needed any more. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>