Whamcloud - gitweb
* Landing fix on HEAD, originally committed to b_devel
authorphil <phil>
Sun, 3 Aug 2003 21:04:09 +0000 (21:04 +0000)
committerphil <phil>
Sun, 3 Aug 2003 21:04:09 +0000 (21:04 +0000)
commit90f6092564ec613408b3e351d164db9ef31b7e7c
tree843832068c92e29d2e9476c0395b3b557249e752
parentddf478b56ba8576b92cb233fad43eedcc1606c8a
* Landing fix on HEAD, originally committed to b_devel

b=1625
r=adilger
Avoid dereferencing 'lock' after we LDLM_LOCK_PUT, by saving a copy of
the namespace pointer and using that to unlock.

Alternatively, we could drop the NS lock and then do the PUT, but this
is an equally low-impact fix.
lustre/ldlm/ldlm_lock.c