Whamcloud - gitweb
in rare cases, inode in catalog can have i_no less than have parent i_no,
authorshadow <shadow>
Thu, 23 Oct 2008 19:06:58 +0000 (19:06 +0000)
committershadow <shadow>
Thu, 23 Oct 2008 19:06:58 +0000 (19:06 +0000)
commit2216f9ab9f30df323f434828b313632eed44d1c6
tree837cbbf46d6e97041055f76518c1c3a6b138fab5
parent24788129171bd64632a219c75807aec7bf23e4ee
in rare cases, inode in catalog can have i_no less than have parent i_no,
this produce wrong order for locking during open, and parallel unlink can
be lock open. this need teach mds_open to grab locks in resouce id order,
not at parent -> child order.

Branch b1_8_gate
b=16492
i=johann
i=alex
lustre/ChangeLog