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)
commitf2741d9898269e565c220ec295a8f5c3756c7585
tree36700a4cb6faee29ceae753474f0f0a9cbf899d7
parent160b4026dc3e75c0693d0123eca805e88cd200b6
GFS2: Move all locking inside the inode creation function

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>
fs/gfs2/inode.c