]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Remove open coded readdir()
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 11 Sep 2007 00:50:51 +0000 (17:50 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 12 Oct 2007 18:54:37 +0000 (11:54 -0700)
commit5eae5b96fc86e6c85f5f90e90fe9e6966f1fec63
treef9ab0815a6b0ee9c181a17e304abb8386bd09843
parent7e8536797d4508ddc790cc3af6a281db1582d485
ocfs2: Remove open coded readdir()

ocfs2_queue_orphans() has an open coded readdir loop which can easily just
use a directory accessor function.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Reviewed-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/dir.c
fs/ocfs2/dir.h
fs/ocfs2/journal.c