commit | f9b5570d7fdedff32a2e78102bfb54cd1b12b289 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Jun 24 14:29:42 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 20:47:45 2011 -0400 |
tree | 0bbe650c809d96b25d746c400e316c3ad71b4097 | |
parent | 9ea7df534ed2a18157434a496a12cf073ca00c52 [diff] |
fs: simplify handling of zero sized reads in __blockdev_direct_IO Reject zero sized reads as soon as we know our I/O length, and don't borther with locks or allocations that might have to be cleaned up otherwise. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>