Whamcloud - gitweb
CLIO uses lock weighting policy to keep locks over mmapped regions in
authornikita <nikita>
Sat, 18 Oct 2008 15:45:07 +0000 (15:45 +0000)
committernikita <nikita>
Sat, 18 Oct 2008 15:45:07 +0000 (15:45 +0000)
commit997572f6c8c3ea5f5c829810d342ee76d7437f7c
treeb60cda8ffb2e36b4b6916826265462bf0c2a85e2
parent51c95f899b894aceba0b3914e82d13c78c012ba7
CLIO uses lock weighting policy to keep locks over mmapped regions in
memory---a requirement implemented through ->o_join_lru() obd method in
HEAD. Remove this method and its users.
b=16450
12 files changed:
lustre/ChangeLog
lustre/include/lustre_dlm.h
lustre/include/obd.h
lustre/include/obd_class.h
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c
lustre/llite/file.c
lustre/llite/llite_mmap.c
lustre/lov/lov_obd.c
lustre/obdclass/lprocfs_status.c
lustre/osc/osc_request.c