]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fsx: remove XFS_IOC_ALLOCSP operation entirely
authorZorro Lang <zlang@redhat.com>
Wed, 30 Mar 2022 05:25:06 +0000 (13:25 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Apr 2022 15:42:12 +0000 (23:42 +0800)
commit24cf6fa013707d90612ba5478fb793d6069c0123
tree8ba04f6746efd2c854b2d97909b1e792b0e88d0d
parent9577dac5d24f5b57ae1c4fbb960ebac05a233063
fsx: remove XFS_IOC_ALLOCSP operation entirely

Due to XFS_IOC_ALLOCSP is nearly retired from linux xfs, and the
ALLOCSP testing in fsx easily trigger errors. So compare with
disable it by default, I'd like to remove it entirely. So this patch
revert two patches:

cd99a499 ("fsx: disable allocsp_calls if -F is specified")
a32fb1bb ("fsx: add support for XFS_IOC_ALLOCSP")

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
ltp/fsx.c