]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdcbd97ff7d65ef3a32eecaffb7abc773060746fc
tree36700a4cb6faee29ceae753474f0f0a9cbf899d7
parent29ffceead91a63d37009b4f7ba8ec77c47d103a9
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