Whamcloud - gitweb
fix: for each open_client_handle, there will be only one mds_file_data,
authorlsy <lsy>
Tue, 6 Sep 2005 14:00:26 +0000 (14:00 +0000)
committerlsy <lsy>
Tue, 6 Sep 2005 14:00:26 +0000 (14:00 +0000)
commit8fe84b5786b8b852f1a8aaa113453c59b0e74d00
treeb3dd00a1ff0ebb90ad0583801f61ad34191c84b1
parent0e375867c3ed59a9007a7adcfb0b6e6f4f362e8e
fix: for each open_client_handle, there will be only one mds_file_data,
     so capability should obtain mfd handle from och->och_fh, instead of
     the one from reply message body, for the latter one has been cleared.
lustre/llite/file.c
lustre/llite/llite_capa.c
lustre/llite/llite_internal.h
lustre/obdfilter/filter_capa.c