Whamcloud - gitweb
- Fixed serious LDLM bugs, including mistaking the lock _type_ for the lock
authorpschwan <pschwan>
Sat, 15 Jun 2002 23:38:26 +0000 (23:38 +0000)
committerpschwan <pschwan>
Sat, 15 Jun 2002 23:38:26 +0000 (23:38 +0000)
commitccde9866c8679c37f1dcd0309100986e1d1c2041
treef071728fd052e5f5ec5dab1f3f20dee3d5153100
parente20d74aa0d6c6ee2842a06f0f2e09a877b2d2440
- Fixed serious LDLM bugs, including mistaking the lock _type_ for the lock
_mode_ in llight's file data lock conversion
- Fixed delayed-create-on-open bug
- prepare_write was zeroing out way too much of the page.  fixed.
- when mdc locks are revoked, don't invalidate a non-directory inode's pages
- increase timeouts to 100
13 files changed:
lustre/include/linux/lustre_dlm.h
lustre/include/linux/lustre_mds.h
lustre/ldlm/ldlm_resource.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_extN.c
lustre/mds/mds_reint.c
lustre/osc/osc_request.c
lustre/ptlrpc/client.c