Whamcloud - gitweb
- remove obd_run_ctxt from obd->u.mds and obd->u.filter; put it in the
authorphil <phil>
Mon, 8 Sep 2003 05:10:50 +0000 (05:10 +0000)
committerphil <phil>
Mon, 8 Sep 2003 05:10:50 +0000 (05:10 +0000)
commitcc68883aa1da55fb74e8d83bd87e7737240e1940
treeae01a39ecf919f285079366bd1f48b8f8b45fc6d
parentebfe77b11ceefbe829bae25aee151e11b2771d38
- remove obd_run_ctxt from obd->u.mds and obd->u.filter; put it in the
  obd_device
- add lvfs_callback_ops, and the first one, the l_fid2dentry
- add callback ops to obd_run_ctxt
- change the 100 uses of mds->mds_ctxt and filter->fo_ctxt
- add a handful of llog tests
lustre/lvfs/lvfs_common.c [new file with mode: 0644]
lustre/obdclass/llog_test.c