From: Joel Becker Date: Fri, 10 Oct 2008 00:20:33 +0000 (-0700) Subject: ocfs2: Kill the last naked wait_on_buffer() for cached reads. X-Git-Tag: v2.6.28-rc1~572^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0b3dec0107540244ba343f983ef4f972db20de;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed