Whamcloud - gitweb
most of the work for lock replay:
authorpschwan <pschwan>
Sun, 27 Oct 2002 03:03:50 +0000 (03:03 +0000)
committerpschwan <pschwan>
Sun, 27 Oct 2002 03:03:50 +0000 (03:03 +0000)
commit1dab27bede07c2c856e23318a55dc1a9fbd2c1b9
tree093072f84ec63f635befb74db4dd64d33a463ae4
parentc045a0459210ab2e44dac405dd066afc0aa34f52
most of the work for lock replay:
  - add a dlm replay flag that:
    - prevents the calling of policy functions
    - tells the server to trust the client's judgement
  - a function to call ldlm_cli_enqueue for replay

next up:
  - something to help replay _all_ locks in a given namespace, probably in
    the form of some generic ldlm_namespace_foreach thing
lustre/include/linux/lustre_dlm.h
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_request.c
lustre/llite/file.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_reint.c