Whamcloud - gitweb
class/class_obd.c: small OBD_ATTACHED sanity cleanup; OBD_SET_UP fix.
authorbraam <braam>
Wed, 13 Feb 2002 23:17:05 +0000 (23:17 +0000)
committerbraam <braam>
Wed, 13 Feb 2002 23:17:05 +0000 (23:17 +0000)
commit4442cd718ca2ee6207fb6f550ea7adaf422f43d5
treeeb8bc4795ca506fb1573d59180a3d4e4380e000c
parente9ffc6013cbc4748fb54cd2d08ed6ea017d6a9bb
class/class_obd.c: small OBD_ATTACHED sanity cleanup; OBD_SET_UP fix.
include/linux/lustre_net.h: set the LUSTRE_NAL back to socknal
include/linux/class_obd.h: added full license boilerplate, #define cleanup
include/linux/obd_osc: there was some confusion with obd_ost; fixed.

- added bits to structures for ost_request
- added OSC/OST portals communication
- added osc_setattr()
- added rpc_unregister_service in an attempt to get a handle on cleanup
- brought tests/ostreq.sh into the 1990s
- fixed a trivial obdctl setattr bug
14 files changed:
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_osc.h
lustre/include/linux/obd_ost.h
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/obdclass/class_obd.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/rpc.c
lustre/tests/llmountcleanup.sh
lustre/tests/ostreq.sh
lustre/utils/obdctl.c