From: Mark Fasheh Date: Sat, 8 Sep 2007 01:21:26 +0000 (-0700) Subject: ocfs2: Move directory manipulation code into dir.c X-Git-Tag: v2.6.24-rc1~1398^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316f4b9f98a353ac1be93199694fd97272378815;p=pandora-kernel.git ocfs2: Move directory manipulation code into dir.c 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 Reviewed-by: Joel Becker --- Reading git-diff-tree failed