Whamcloud - gitweb
- debug.c was only used by obdclass, so I moved it there
authorpschwan <pschwan>
Thu, 5 Sep 2002 19:14:59 +0000 (19:14 +0000)
committerpschwan <pschwan>
Thu, 5 Sep 2002 19:14:59 +0000 (19:14 +0000)
commit9bb4c2413323c2bc7bb0686ab6b86f0ca6215781
tree60247ef3f9f74227fd2f97567e0a753476b8c8b4
parentba269b7e789a8f23b7cb6b8375e2048281c65bfb
- debug.c was only used by obdclass, so I moved it there
- some of page.c wasn't used by anything, so I removed those bits; much of
  page.c was only used in one module, so those bits moved there; two functions
  were shared, so now they're in obdclass; page.c is no more.
- stop building and distributing obdfs
- little warning and formatting fixups that I noticed along the way
20 files changed:
lustre/Makefile.am
lustre/configure.in
lustre/include/linux/lustre_lib.h
lustre/include/linux/obd_class.h
lustre/ldlm/ldlm_lockd.c
lustre/lib/page.c [deleted file]
lustre/llite/Makefile.am
lustre/llite/rw.c
lustre/lov/Makefile.am
lustre/obdclass/Makefile.am
lustre/obdclass/class_obd.c
lustre/obdclass/debug.c [moved from lustre/lib/debug.c with 100% similarity]
lustre/obdclass/genops.c
lustre/obdfilter/Makefile.am
lustre/obdfilter/filter.c
lustre/obdfs/rw.c
lustre/osc/osc_request.c
lustre/ost/Makefile.am
lustre/ptlrpc/service.c
lustre/utils/obd.c