commit | bce997682fe3121516f5a20cf7bad2e6029ba018 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Jun 18 11:12:36 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:31:52 2007 -0700 |
tree | 1f54d1c289b7fac2ec036f6923a27e00a6d777ae | |
parent | 7307de80510a70e5e5aa98de1e80ccbb7d90a3a8 [diff] |
ocfs2: harden buffer check during mapping of page blocks 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>