commit | 0bfbbf62a8b5a129ba2c689283bfece80a601aba | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 12 11:19:00 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:37 2007 -0700 |
tree | af010d9f03acf04f81aef04eb07e2962fe502543 | |
parent | 5eae5b96fc86e6c85f5f90e90fe9e6966f1fec63 [diff] |
ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() We can preserve the behavior of ocfs2_empty_dir(), while getting rid of the open coded directory walk by just providing a smart filldir callback. This also automatically gets to use the dir readahead code, though in this case any advantage is minor at best. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Reviewed-by: Joel Becker <joel.becker@oracle.com>