From: Darrick J. Wong Date: Thu, 1 Aug 2019 01:42:47 +0000 (-0700) Subject: xfs/122: mask wonky ioctls X-Git-Tag: v2022.05.01~1074 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31f219d3e58c649b9d2007e4e70004f0c25fd251;p=users%2Fhch%2Fxfstests-dev.git xfs/122: mask wonky ioctls Don't check the structure size of the inogrp/bstat/fsop_bulkreq structures because they're incorrectly padded. When we remove the old typdefs the old filter stops working. Signed-off-by: Darrick J. Wong Reviewed-by: Brian Foster Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122 b/tests/xfs/122 index 89a39a237..64b63cb14 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -148,12 +148,15 @@ xfs_growfs_data_t xfs_growfs_rt_t xfs_bstime_t xfs_bstat_t +struct xfs_bstat xfs_fsop_bulkreq_t +struct xfs_fsop_bulkreq xfs_icsb_cnts_t xfs_icdinode_t xfs_ictimestamp_t xfs_inobt_rec_incore_t xfs_inogrp_t +struct xfs_inogrp xfs_fid2_t xfs_fsop_handlereq_t xfs_fsop_setdm_handlereq_t