Mark Fasheh 564f8a3228 ocfs2: Allow direct I/O read past end of file
ocfs2_direct_IO_get_blocks() was incorrectly returning -EIO for a direct I/O
read whose start block was past the end of the file allocation tree. Fix
things so that we return a hole instead. do_direct_IO() will then notice
that the range start is past eof and return a short read.

While there, remove the unused vbo_max variable.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-12-28 16:38:08 -08:00
..
2006-12-15 12:51:22 -05:00
2006-12-15 12:51:51 -05:00
2006-12-13 09:05:50 -08:00
2006-12-13 09:05:50 -08:00
2006-12-13 09:05:47 -08:00
2006-12-22 08:55:48 -08:00