commit | 9a63edd12ba3c18351f00d6b77a6b2f49f2b8eb6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Aug 18 14:35:53 2011 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 21 12:39:28 2011 +0100 |
tree | 46aac35d5e39bd393aca9cd2654235be42859d82 | |
parent | ab9bbda0204dfd0e5342562d9979d1241b14ea5f [diff] |
GFS2: Clean up gfs2_create If we pass through knowledge of whether the creation is intended to be exclusive or not, then we can deal with that in gfs2_create_inode and remove one set of locking. Also this removes the loop in gfs2_create and simplifies the code a bit. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>