commit | 38760e243249f03b4c6d78ca624dd846a2681b67 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Sep 11 17:21:56 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:38 2007 -0700 |
tree | adf4cc72ac30455f9d4a646f64f1628e38b14a89 | |
parent | be94d11704ef79030fd2e6a0c41b4a7f65f9e860 [diff] |
ocfs2: Rename cleanups ocfs2_rename() does direct manipulation of the dirent it's gotten back from a directory search. Wrap this manipulation inside of a function so that we can transparently change directory update behavior in the future. As an added bonus, this gets rid of an ugly macro. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Reviewed-by: Joel Becker <joel.becker@oracle.com>