Whamcloud - gitweb
LU-14316 llite: quiet spurious ioctl warning 03/43103/2
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 5 Feb 2021 20:13:10 +0000 (13:13 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 5 May 2021 21:23:14 +0000 (21:23 +0000)
commit4512bbc4567d9082a01db5d6a2e651054e086260
treef31d4d4e9603d38ad330d761403eb32c24e80606
parentf735003c0fb7eca586edaee127f3f91eb329a584
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")

Lustre-change: https://review.whamcloud.com/41427
Lustre-commit: c6f65d8af116476d4fa62604a90b2e0d657b29b2

Test-Parameters: trivial

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I20f5a7adb60a30fce27e49827bd46229e2ce7057
Reviewed-on: https://review.whamcloud.com/43103
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/lov/lov_pack.c