GFS2: Move all locking inside the inode creation function
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 13 May 2011 11:11:17 +0000 (12:11 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 13 May 2011 11:11:17 +0000 (12:11 +0100)
Now that there are no longer any exceptions to the normal inode
creation code path, we can move the parts of the locking code
which were duplicated in mkdir/mknod/create/symlink into the
inode create function.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found