Whamcloud - gitweb
Pass 1 of debugging and leak cleanup:
authorpschwan <pschwan>
Thu, 21 Feb 2002 23:15:18 +0000 (23:15 +0000)
committerpschwan <pschwan>
Thu, 21 Feb 2002 23:15:18 +0000 (23:15 +0000)
commit0fb1379443f04da458f97998e3427d57a5f44961
treeb483483144c0b4e8da93f29157428c2f7de1f828
parent33c552d54c0f2ab6d2a68cc593783342f45c21dc
Pass 1 of debugging and leak cleanup:

- use OBD_ALLOC/OBD_FREE everywhere
- fixed a few leaks
- cleaned up a few macros
- load obdclass.o before ptlrpc.o now, since obdclass exports the memory counter
- fixed broken strdup()
- made llmount.sh a little more robust
19 files changed:
lustre/include/linux/obd_support.h
lustre/lib/mds_pack.c
lustre/lib/mds_updates.c
lustre/lib/obd_pack.c
lustre/lib/page.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/obdfs/super.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/rpc.c
lustre/tests/llmount.sh
lustre/tests/llmountcleanup.sh