Whamcloud - gitweb
- fix issue with returning result of fs operation as rc with ptlrpc_error() as
authortappro <tappro>
Thu, 5 Oct 2006 22:56:47 +0000 (22:56 +0000)
committertappro <tappro>
Thu, 5 Oct 2006 22:56:47 +0000 (22:56 +0000)
commit63e42d84b526602a7d8fa4d75c638dbefb66128b
treee35c68c52907439a80d7c441a37b915527086563
parente5172e67d4b529b85e7509ce9b52331ca63353c8
- fix issue with returning result of fs operation as rc with ptlrpc_error() as
  result. The error codes in mdt can be distinguished by ESERIOUS flag. It means
serious error while processing request, otherwise the rc = 0 and rq_status
contains result.
 this is possible fix for 11012.
lustre/fid/fid_handler.c
lustre/fld/fld_handler.c
lustre/include/lu_object.h
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_open.c
lustre/mdt/mdt_reint.c
lustre/mdt/mdt_xattr.c