Whamcloud - gitweb
- added ->md_config() and ->dt_config() method for getting/setting named configuratio...
authoryury <yury>
Tue, 11 Apr 2006 13:27:30 +0000 (13:27 +0000)
committeryury <yury>
Tue, 11 Apr 2006 13:27:30 +0000 (13:27 +0000)
commit6f17c1e52553790e23bd24d9d81eb01c10d576d0
tree0a3e3ab74b71c2bd176bbab026bd1d7a8345f9f2
parenta6b1434ae006d44b1b93aaff1951f8977a294b03
- added ->md_config() and ->dt_config() method for getting/setting named configuration data from/to back store device. For instance, MDT needs to get saved meta-sequence info from lower layers (osd);

- added mdt_metaseq_init() method called from mdt_init0();
- added basic and primitive stuff about meta-sequence management in mdt;
- added some comments, fixes in mdt_init0() about correct handling error cases (memort freeing, etc.);
- fixed memory leak in mdt_fini(). There d->ld_site was not freed;
lustre/cmm/cmm_device.c
lustre/cmm/cmm_internal.h
lustre/cmm/cmm_object.c
lustre/include/linux/lu_object.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/md_object.h
lustre/mdd/mdd_handler.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/osd/osd_handler.c
lustre/ptlrpc/pack_generic.c