Whamcloud - gitweb
- changed name convention in cobd, thus all MD related methods have _md_ prefix like...
authoryury <yury>
Tue, 14 Jun 2005 09:21:11 +0000 (09:21 +0000)
committeryury <yury>
Tue, 14 Jun 2005 09:21:11 +0000 (09:21 +0000)
commit92aad7a3c4708fb14068240fe6a3ef81f8fc9fdc
tree1fd8d9f5a3e892cddf4b6df1db5e7a935c30798a
parentf6549dd2a2e286637a9b76ae5de40567c534b1ef
- changed name convention in cobd, thus all MD related methods have _md_ prefix like cobd_md_getstatus(),
all data layer related have _dt_prefix and common one like cobd_connect() have no prefix at all.

- added hack to mdc_intent_lock() and cobd_md_intent_lock() to distinguish cobd case in mdc_intent_lock() and do not raise -ESTALE if obtained lock is not coherent wiht store id due to generation after switchin to cache cobd. This is dirty hack of course, but it should be for a while to pass cmobd/cobd related tests and Peter agreed it ok for now.
lustre/cobd/cache_obd.c
lustre/include/linux/lustre_compat25.h
lustre/mdc/mdc_locks.c