ocfs2: harden buffer check during mapping of page blocks
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 18 Jun 2007 18:12:36 +0000 (11:12 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 11 Jul 2007 00:31:52 +0000 (17:31 -0700)
We don't want to submit buffer_new blocks for read i/o. This actually won't
happen right now because those requests during an allocating write are all nicely
aligned. It's probably a good idea to provide an explicit check though.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found