]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: return ETIMEDOUT errno to userland when request timed out
authorXiubo Li <xiubli@redhat.com>
Mon, 24 Feb 2020 03:23:11 +0000 (22:23 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 30 Mar 2020 10:42:41 +0000 (12:42 +0200)
commitf8cce8a0c979ed4a01213acd53bad77778ae4dc4
treeb8d2f43219e123bdec8e0fba15e93fdf4113afb3
parentf4129676f4c48ed45d4705df06bc39f8c3f016c3
ceph: return ETIMEDOUT errno to userland when request timed out

req->r_timeout is only used during mounting, so this error will
be more accurate.

URL: https://tracker.ceph.com/issues/44215
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c