Whamcloud - gitweb
LU-15933 libcfs: fix configure check for iov_iter member 56/47756/4
authorBobi Jam <bobijam@whamcloud.com>
Fri, 24 Jun 2022 06:36:31 +0000 (23:36 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 6 Jul 2022 03:39:58 +0000 (03:39 +0000)
commit8a2a5f3ffea68b0866e983302ccab152b12207c9
tree7c0d709e8e39cb14cb661f03d93cde25e067173a
parent8db222dedad06605b7795f7e2fb5a4cd64ab7629
LU-15933 libcfs: fix configure check for iov_iter member

Kernel commit v5.13-rc1-12-g8cd54c1c8480 changed iov_iter member
->type to ->iter_type, add check at configure to cover this change.

Lustre-change: https://review.whamcloud.com/47601
Lustre-commit: ae53ef4a6ab0491c01b723322f45c931e22f6140

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I8da26e1f6c6242a3260b458770ec34a65aecaf7d
Reviewed-on: https://review.whamcloud.com/47756
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/autoconf/lustre-libcfs.m4