Whamcloud - gitweb
Make a distinction between bulk callbacks and brw callbacks - the bulk
authoradilger <adilger>
Wed, 24 Jul 2002 16:43:48 +0000 (16:43 +0000)
committeradilger <adilger>
Wed, 24 Jul 2002 16:43:48 +0000 (16:43 +0000)
commit490b7cef6afa51dc26f8ce998fb591cd2fff122f
tree0c0c976cf7ffac5c0c85a73d6a80a6aa7bd2f667
parent4ce557b93377a4d962176ce6bae55c2c5d777263
Make a distinction between bulk callbacks and brw callbacks - the bulk
callbacks take a ptlrpc_bulk_desc as a parameter, and brw in general has
no idea about that (not that we use the brw callback yet).  Also add a
data parameter for the brw callback, otherwise it is mostly useless.

Some minor prep work for fixing the osc_brw_{read,write} request leak.
lustre/include/linux/obd.h
lustre/include/linux/obd_class.h
lustre/llite/rw.c
lustre/mds/mds_extN.c
lustre/obdclass/class_obd.c
lustre/obdfilter/filter.c
lustre/osc/osc_request.c