commit | 28a282616f56990547b9dcd5c6fbd2001344664c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Thu Aug 15 06:23:38 2019 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Aug 22 10:47:41 2019 +0200 |
tree | a2e75a574bf4690086e37be5cb5871902937ba07 | |
parent | c95f1c5f436badb9bb87e9b30fd573f6b3d59423 [diff] |
ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply When ceph_mdsc_do_request returns an error, we can't assume that the filelock_reply pointer will be set. Only try to fetch fields out of the r_reply_info when it returns success. Cc: stable@vger.kernel.org Reported-by: Hector Martin <hector@marcansoft.com> Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>