Whamcloud - gitweb
LU-12511 build: make fscrypt detection work for native client 49/58949/3
authorJames Simmons <jsimmons@infradead.org>
Fri, 25 Apr 2025 00:03:18 +0000 (20:03 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 21 May 2025 05:16:38 +0000 (05:16 +0000)
commit69525467166c2557834b1150ce3982ecfb47e811
tree76227f3061d948a9133badedfa53f51b84c11901
parentfc9adb3e8f01cd3e880e2d0e18f50e44fa445a4f
LU-12511 build: make fscrypt detection work for native client

The current code when built against the native client fails to
detect fscrypt so no support is built into the tools. This
patch makes the LC_FSCRUPT_SUPPORT test against the fscrypt UAPI
header to see if its at a level we can support natively.

Test-Parameters: trivial
Change-Id: Ic65f9dca637edd9194acbcf90e02da9681b26ab0
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58949
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
config/lustre-core.m4