Whamcloud - gitweb
LU-13163 mdc: new kernel function xa_is_value() 81/37481/2
authorLai Siyao <lai.siyao@whamcloud.com>
Sat, 8 Feb 2020 06:30:29 +0000 (22:30 -0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 25 Feb 2020 06:15:33 +0000 (06:15 +0000)
commitc94ad52faa1fd2ad2caa81d129d4b218d591d844
tree4876ea6e8a9d6abd48e3b54815be40bf1b8812ea
parent9ccede6addd1a966e9068ef6a0b0ee89c2407276
LU-13163 mdc: new kernel function xa_is_value()

xa_is_value() is added in kernel 4.19-rc6 to replace
radix_tree_entry_exceptional().

This patch is back-ported from the following one:
Lustre-commit: a0a3a29deb82656f9639f46847deac2689973893
Lustre-change: https://review.whamcloud.com/37399

Test-Parameters: trivial clientdistro=el8.1 \
envdefinitions=ONLY=65i mdscount=2 mdtcount=4 \
testlist=sanity,sanity,sanity,sanity,sanity

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: If89aa19c37af8a67debe782d1c77f4ef4dc6f923
Reviewed-on: https://review.whamcloud.com/37481
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/include/lustre_compat.h
lustre/mdc/mdc_request.c