Whamcloud - gitweb
LU-14119 mdc: set fid2path RPC interruptible 19/41219/2
authorLai Siyao <lai.siyao@whamcloud.com>
Wed, 13 Jan 2021 09:29:50 +0000 (17:29 +0800)
committerLai Siyao <lai.siyao@whamcloud.com>
Wed, 20 Jan 2021 01:55:57 +0000 (09:55 +0800)
commitef7395a219899eef69dec12c2bc561f9f57f6a61
treeac06d3db404ebf207b2024a07cb40c86d22e19d7
parent7e87b5a6783883fb77e14bc4423af9c631c07ab5
LU-14119 mdc: set fid2path RPC interruptible

Sometimes OI scrub can't fix the inconsistency in FID and name, and
server will return -EINPROGRESS for fid2path request. Upon such
failure, client will keep resending the request. Set such request
to be interruptible to avoid deadlock.

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: I82192cb8a8256064ca632cabfe5581b12e86423b
lustre/mdc/mdc_request.c