]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Kill the last naked wait_on_buffer() for cached reads.
authorJoel Becker <joel.becker@oracle.com>
Fri, 10 Oct 2008 00:20:33 +0000 (17:20 -0700)
committerMark Fasheh <mfasheh@suse.com>
Tue, 14 Oct 2008 18:58:11 +0000 (11:58 -0700)
commit086b44a8da699d52abc6dcb070787c33f9f2c526
treeb279c196c84abc01b61fcd70ec7aaa7f6e74e78b
parent0c6e3d2992cc45907afd996836415dba479c4d49
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>
fs/ocfs2/dir.c