Whamcloud - gitweb
LU-2371 ptlrpc: add support for -EINPROGRESS
authorNiu Yawei <niu@whamcloud.com>
Fri, 13 Jan 2012 08:33:22 +0000 (00:33 -0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 10 Dec 2012 21:35:06 +0000 (16:35 -0500)
commit52304b7070af4fa902505c080b40a705fbbc3539
treeec6c9b6a5991c0f705e4fcc6fce0135c7a32d77f
parent7310b9e251fe4b57b21f9e384b1119057b334fbe
LU-2371 ptlrpc: add support for -EINPROGRESS

Backport patches from LU-904, LU-1329 and LU-1788 to introduce
support for -EINPROGRESS in lustre 2.1. This is needed for
quota interoperability with 2.4 servers.

Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Change-Id: I17689380c8d42a8daef915342f63d96f777dc6fa
Signed-off-by: Niu Yawei <niu@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/4645
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
16 files changed:
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_net.h
lustre/include/obd_support.h
lustre/liblustre/super.c
lustre/llite/llite_lib.c
lustre/mdc/mdc_locks.c
lustre/mdc/mdc_reint.c
lustre/mdd/mdd_dir.c
lustre/obdfilter/filter_io_26.c
lustre/osc/osc_internal.h
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_handler.c
lustre/ost/ost_handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/niobuf.c
lustre/tests/replay-ost-single.sh