Whamcloud - gitweb
It is be possible to send the lock handle along with each read
authordeen <deen>
Sat, 26 Apr 2008 12:39:55 +0000 (12:39 +0000)
committerdeen <deen>
Sat, 26 Apr 2008 12:39:55 +0000 (12:39 +0000)
commit036be0baa3d8f88e83dfec80013e9e1a516df466
treee08b7535808d18b25de4f32798bfbd30b17e4d4d
parent579bd990883de92bcaed79bf2916ad8b8f7a5d9d
It is be possible to send the lock handle along with each read
or write request because the client is already doing a lock match
itself so there isn't any reason the OST should have to re-do that
search.

b=15198
i=adilger
i=shadow
16 files changed:
lustre/ChangeLog
lustre/include/lustre/lustre_idl.h
lustre/include/obd.h
lustre/lov/lov_obd.c
lustre/mds/mds_lov.c
lustre/obdclass/obdo.c
lustre/obdecho/echo_client.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_log.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/wiretest.c
lustre/utils/Makefile.am
lustre/utils/obdiolib.c
lustre/utils/wirecheck.c
lustre/utils/wiretest.c