commit | e7b34019606ab1dd06196635e931b0c302799228 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Sep 24 14:25:27 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:41 2007 -0700 |
tree | c5fc9393ddd817b3e577e6df755e924015d3c06e | |
parent | 5b6a3a2b4a5f071d170f8122038dd647a84810a8 [diff] |
ocfs2: Optionally return filldir errors Modify ocfs2_dir_foreach_blk() to optionally return any error from the filldir callback. This way ocfs2_dirforeach() can terminate early, as opposed to always passing through the entire directory. This fixes a bug introduced during a previous code refactor where ocfs2_empty_dir() would loop infinitely. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>