commit | dd43bcde23c527f64897eef41aa1fed2c9905ea9 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Fri Aug 13 15:15:18 2010 -0700 |
committer | Tao Ma <tao.ma@oracle.com> | Wed Sep 08 14:26:00 2010 +0800 |
tree | 59a35711f0d21ef5198b6721e97a622b3e5f384d | |
parent | e49e27674d1dd2717ad90b21ece8f83102153315 [diff] |
ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions We do this because ocfs2_create_inode_in_orphan() wants to order locking of the orphan dir with respect to locking of the inode allocator *before* making any changes to the directory. Signed-off-by: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Tao Ma <tao.ma@oracle.com>