ocfs2: implement directory read-ahead
authorMark Fasheh <mark.fasheh@oracle.com>
Fri, 21 Apr 2006 20:49:02 +0000 (13:49 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 20 Sep 2006 22:53:40 +0000 (15:53 -0700)
Uptodate.c now knows about read-ahead buffers. Use some more aggressive
logic in ocfs2_readdir().

The two functions which currently use directory read-ahead are
ocfs2_find_entry() and ocfs2_readdir().

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

No differences found