Skip to content

Commit

Permalink
ocfs2: Move directory manipulation code into dir.c
Browse files Browse the repository at this point in the history
The code for adding, removing, deleting directory entries was splattered all
over namei.c. I'd rather have this all centralized, so that it's easier to
make changes for inline dir data, and eventually indexed directories.

None of the code in any of the functions was changed. I only removed the
static keyword from some prototypes so that they could be exported.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Reviewed-by: Joel Becker <joel.becker@oracle.com>
  • Loading branch information
Mark Fasheh committed Oct 12, 2007
1 parent 1d410a6 commit 316f4b9
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 467 deletions.
Loading

0 comments on commit 316f4b9

Please sign in to comment.