Whamcloud - gitweb
(1) Fix a memory leak bug in mdt_device_alloc: by calling mdt_device_free instead...
authorhuanghua <huanghua>
Wed, 10 May 2006 09:31:21 +0000 (09:31 +0000)
committerhuanghua <huanghua>
Wed, 10 May 2006 09:31:21 +0000 (09:31 +0000)
commit3c28c2c1611e9705ba9190dac3fc1cf1c995ccc1
tree90e5e37b794df070ebff8965a47205315e035906
parent855cfd9d53bd2ace8404da7d0fa10b89dd186f5b
(1) Fix a memory leak bug in mdt_device_alloc: by calling mdt_device_free instead of mdt_fini;
(2) Fix a bug: add fld_fini in mdt_fld_fini to mdt_fini;
(3) Fix: call lu_site_fini after any other operation.
lustre/mdt/mdt_handler.c