ocfs2: Teach ocfs2_get_block() about holes
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 14 Feb 2007 23:30:30 +0000 (15:30 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Thu, 26 Apr 2007 22:02:16 +0000 (15:02 -0700)
commit25baf2da1473d9dcde1a4c7b0ab26e7d67d9bf62
tree7e07eb6de18f07d4814ab75a02c1c6837fd3e3ea
parent5069120b7227fd323152a3755a0aa6bdeb361310
ocfs2: Teach ocfs2_get_block() about holes

ocfs2_get_block() didn't understand sparse files, fix that. Also remove some
code that isn't really useful anymore. We can fix up
ocfs2_direct_IO_get_blocks() at the same time.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/aops.c