Whamcloud - gitweb
* Added a barrier test program in utils 'obdbarrier'
authoreeb <eeb>
Fri, 7 Feb 2003 15:59:15 +0000 (15:59 +0000)
committereeb <eeb>
Fri, 7 Feb 2003 15:59:15 +0000 (15:59 +0000)
commit26e61486f5b655323d4340dc74f3b5863419dbd5
treecf815154dbec09272069d0701f19c9c82f9c86bd
parente0a63dcffc1d0f48efa2695722fb16b491fc57fd
*  Added a barrier test program in utils 'obdbarrier'

*  Changed lock cleanup code in echo_client to use obd_cancel_unused(),
   since the LOV's lock callbacks happen for each stripe, passing the
   stripe locks rather than the single lock who's handle was returned by
   obd_enqueue()

*  moved obdio/obdbarrier common procedures into obdiolib.c
lustre/utils/obdbarrier.c [new file with mode: 0644]
lustre/utils/obdio.c
lustre/utils/obdiolib.c [new file with mode: 0644]
lustre/utils/obdiolib.h [new file with mode: 0644]