Whamcloud - gitweb
LU-14316 llite: quiet spurious ioctl warning 27/41427/2
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 5 Feb 2021 20:13:10 +0000 (13:13 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 8 Feb 2021 21:55:38 +0000 (21:55 +0000)
commitc6f65d8af116476d4fa62604a90b2e0d657b29b2
treeba8d3c054eb1b7c9930f2b9dddb69d8a14f8e33b
parente4799a53832bd1278b766ed2e0a261281b10f28c
LU-14316 llite: quiet spurious ioctl warning

Calling "lfs setstripe" prints a suprious warning about using the old
ioctl(LL_IOC_LOV_GETSTRIPE) when that is not actually the case.

Remove the ioctl warning for now and deal with related issues later.

Fixes: 364ec95f3688 ("LU-9367 llite: restore ll_file_getstripe in ll_lov_setstripe")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I20f5a7adb60a30fce27e49827bd46229e2ce7057
Reviewed-on: https://review.whamcloud.com/41427
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lov/lov_pack.c