commit | 5e0b3dec0107540244ba343f983ef4f972db20de | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Oct 09 17:20:33 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Tue Oct 14 11:58:11 2008 -0700 |
tree | b279c196c84abc01b61fcd70ec7aaa7f6e74e78b | |
parent | 07446dc72cffcc6e2672d0e54061dcd1858725ba [diff] |
ocfs2: Kill the last naked wait_on_buffer() for cached reads. ocfs2's cached buffer I/O goes through ocfs2_read_block(s)(). dir.c had a naked wait_on_buffer() to wait for some readahead, but it should use ocfs2_read_block() instead. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>