Whamcloud - gitweb
Big diff, mostly cosmetic.
authoradilger <adilger>
Wed, 17 Jul 2002 20:26:53 +0000 (20:26 +0000)
committeradilger <adilger>
Wed, 17 Jul 2002 20:26:53 +0000 (20:26 +0000)
commit9d2115ddd56f04cd170829e800cbfe68da71e15c
tree1b455051ddd41ed91ece24bd2b5f54a80b518e78
parent3b115002a75a501c7741879b48ba8273c83d5c76
Big diff, mostly cosmetic.

The two fixes are:
- osc_con2dlmcl() now fills in rconn properly.
- lov_connect() gets the mdc_conn data passed in via the conn param

The cosmetic:
- add a new field to the export struct exp_rconnh.  Don't use the
  import field, it is for the LDLM to use later.
- make the export struct elements exp_foo instead of export_foo.
15 files changed:
lustre/include/linux/obd.h
lustre/include/linux/obd_class.h
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/lib/l_net.c
lustre/llite/super.c
lustre/lov/lov_obd.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/obdclass/proc_lustre.c
lustre/osc/osc_request.c
lustre/ptlrpc/service.c