Whamcloud - gitweb
- Do an additional getattr in ll_lookup2 after we get the lock, to refresh the
authorpschwan <pschwan>
Wed, 21 Aug 2002 02:37:36 +0000 (02:37 +0000)
committerpschwan <pschwan>
Wed, 21 Aug 2002 02:37:36 +0000 (02:37 +0000)
commit2362dd89be675b72c9f7ba842a60852242d8cbca
tree0f7ccdecb3182f85956196a6cdb034878b949132
parent3a16fae6a3124ce8ba7e89452ec2025656dfc709
- Do an additional getattr in ll_lookup2 after we get the lock, to refresh the
inode attributes
- mds_blocking_ast didn't wait for all lock holders to finish with the lock
before cancelling it; fixed.
- adjusted more of the wildly inconsistent error code reporting, this time in
mds_getattr
- removed the bad array-walking code that I introduced yesterday to osc_enqueue
lustre/ldlm/ldlm_lock.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/osc/osc_request.c