Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
8384
Description
In ll_have_md_lock, it check the lock with
for (i = 0; i < MDS_INODELOCK_MAXSHIFT && *bits != 0; i++)
{ ........ }So the last bit(PERM) of INODELOCK is missing from the check.
Attachments
Issue Links
- is related to
-
LU-3240 The link count is not updated after the mkdir
- Resolved