commit | a663e30513d7ecc77dd71d474e7646bf78c0ba62 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Aug 09 11:45:07 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 20 15:52:08 2006 -0700 |
tree | ac37a5d33b62cce82df4e35a816f73f4631e339a | |
parent | 471e3f57286da7ce8820ad42c77d5f5f49d56a41 [diff] |
ocfs2: move nlink check in ocfs2_mknod() The dir nlink check in ocfs2_mknod() was being done outside of the cluster lock, which means we could have been checking against a stale version of the inode. Fix this by doing the check after the cluster lock instead. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>