From patchwork Mon May 13 13:12:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pankaj Raghav (Samsung)" X-Patchwork-Id: 13663443 Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C11261514E5 for ; Mon, 13 May 2024 13:13:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.152 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715605995; cv=none; b=KpAODsC1Gislau05VfaHzfBDKEBAQgi4D4Mm7V/qWa3K3/NNq93gow9UH3EzhxLqTcU53q1vKk58VU1pwydlwPfTWwehpoCfMGlQ6/ITx8tqZ2wPqPzM4PSZibTOoSF5u639Iu53qSDch/1RDgpCXbhPqW9GC5DVQoL/ZuAPF1U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715605995; c=relaxed/simple; bh=08cjPMqQ2q408fUkqd9NlV2UMcLQw6RzHT95Ag7J6bg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=DQKvpX3xYZzMDcBMMumL0G1Tmi/9p7/qL/dKvs+odYviWIUsZTW2RMLCPhY63CvcOiCUvVSeW+Q43gYBbRc3sKzcbyLRDkroHdWFYS/SxXHopFPkrlG+mgxMHP3atS4PfxOiIi6lsjD/KENmmlnhELENdPPayOA7A+J31ujPvIc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com; spf=pass smtp.mailfrom=pankajraghav.com; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b=WBz2vqVD; arc=none smtp.client-ip=80.241.56.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b="WBz2vqVD" Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4VdKfm6F1Rz9smL; Mon, 13 May 2024 15:13:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pankajraghav.com; s=MBO0001; t=1715605984; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Uqo5fFyNdURRfCXugTU+U4/7gFW65nCFG8mVNWEE+Uo=; b=WBz2vqVDvak06jEurM2diM9kzMJ4Gq6yY0lLI/1OEWxbso62ZPOhvVMkH/QAhhZPNi5mdW dPpGfokBkUrQZ6a1PLyJqCkQvsYy1k4Bp1+/sWRnENjzjPpFiT80+0JxaHa1f5AllfIfu0 3fnps8G7N90WmSyF4a+LAhbkuZqzEFxkAf+XTfUHmctibHdXsaBn+hSDlyOHm2pI9BXws1 /R87BMWWkaubSK9g9amuWtakfPAwMufD5HvhXJUQkiKNICgbrT9SRtpWv7qlMNJmQRlcxZ GauEQOU+zi1mAMGa9nGmv3e/RocQsmv+ugvpa5Dcm1KUtonzh5wggOKw7vfAUw== From: "Pankaj Raghav (Samsung)" To: fstests@vger.kernel.org Cc: kernel@pankajraghav.com, gost.dev@samsung.com, mcgrof@kernel.org, ritesh.list@gmail.com, djwong@kernel.org, zlang@redhat.com, Pankaj Raghav Subject: [PATCH v2 1/3] xfs/161: adapt the test case for 64k FS blocksize Date: Mon, 13 May 2024 07:12:52 -0600 Message-Id: <20240513131254.92412-2-kernel@pankajraghav.com> In-Reply-To: <20240513131254.92412-1-kernel@pankajraghav.com> References: <20240513131254.92412-1-kernel@pankajraghav.com> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pankaj Raghav This test fails when xfs is formatted with 64k filesystem block size*. It fails because the soft quota is not exceeded with the hardcoded 64k pwrite, thereby, the grace time is not set. Even though soft quota is set to 12k for uid1, it is rounded up to the nearest blocksize. *** Report for user quotas on device /dev/sdb3 Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard grace used soft hard grace ---------------------------------------------------------------------- 0 -- 0 0 0 0 3 0 0 0 1 -- 64 64 1024 0 1 0 0 0 2 -- 64 0 0 0 1 0 0 0 Adapt the pwrite to do twice the FS block size and set the soft limit to be 1 FS block and hard limit to be 100 FS blocks. This also gets rid of harcoded quota limit values. * This happens even on a 64k pagesize system and it is not related to LBS effort. Signed-off-by: Pankaj Raghav Reviewed-by: Ritesh Harjani (IBM) --- tests/xfs/161 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/xfs/161 b/tests/xfs/161 index 486fa6ca..5bda7019 100755 --- a/tests/xfs/161 +++ b/tests/xfs/161 @@ -38,15 +38,23 @@ _qmount_option "usrquota" _scratch_xfs_db -c 'version' -c 'sb 0' -c 'p' >> $seqres.full _scratch_mount >> $seqres.full + +blksz=$(_get_file_block_size "$SCRATCH_MNT") +# Write more than one block to exceed the soft block quota limit via +# xfs_quota. +filesz=$(( 2 * $blksz)) +lim_bsoft=$blksz +lim_bhard=$(( 100 * blksz )) + # Force the block counters for uid 1 and 2 above zero -_pwrite_byte 0x61 0 64k $SCRATCH_MNT/a >> $seqres.full -_pwrite_byte 0x61 0 64k $SCRATCH_MNT/b >> $seqres.full +_pwrite_byte 0x61 0 $filesz $SCRATCH_MNT/a >> $seqres.full +_pwrite_byte 0x61 0 $filesz $SCRATCH_MNT/b >> $seqres.full sync chown 1 $SCRATCH_MNT/a chown 2 $SCRATCH_MNT/b # Set quota limits on uid 1 before upgrading -$XFS_QUOTA_PROG -x -c 'limit -u bsoft=12k bhard=1m 1' $SCRATCH_MNT +$XFS_QUOTA_PROG -x -c 'limit -u bsoft='"$lim_bsoft"' bhard='"$lim_bhard"' 1' $SCRATCH_MNT # Make sure the grace period is at /some/ point in the future. We have to # use bc because not all bashes can handle integer comparisons with 64-bit @@ -71,7 +79,7 @@ _scratch_mount # Set a very generous grace period and quota limits on uid 2 after upgrading $XFS_QUOTA_PROG -x -c 'timer -u -b -d 2147483647' $SCRATCH_MNT -$XFS_QUOTA_PROG -x -c 'limit -u bsoft=10000 bhard=150000 2' $SCRATCH_MNT +$XFS_QUOTA_PROG -x -c 'limit -u bsoft='"$lim_bsoft"' bhard='"$lim_bhard"' 2' $SCRATCH_MNT # Query the grace periods to see if they got set properly after the upgrade. repquota -upn $SCRATCH_MNT > $tmp.repquota From patchwork Mon May 13 13:12:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pankaj Raghav (Samsung)" X-Patchwork-Id: 13663444 Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD656152160 for ; Mon, 13 May 2024 13:13:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715606002; cv=none; b=qf4iEOxux8CLrk7lei50fkil/2YZVt/UBGmvJxk28T2Mo255c92FtEHDibM+FKZo9Gd6YvGgvRHYu36z2B/Tf5/YaE6mwATXhhY0VHFrQNCD5wUONkrnjGF0DOy9ULRAp1GvXCfks1bPOOLaOUfNTa+m3YS4nTz4sizS6t4b0Z0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715606002; c=relaxed/simple; bh=Q0H8ea/sbyTIKMAp4TgU/TlVrwDzkkCJnv2mOhH4PfE=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=RLdY93MBzT5c2bxakV5cbZarrjwVdrhWyRFNaMyz8m9WMLTaUD7uWJslnQdzK+TyXYXgVQ4zJDXU/ihqysSP8Qsz81BRutcd+uJjaV15vFDY3409sRRRsKDxP2A/v/yxFz3uLkFNxSp0feqJIWzWschcNkc6Ka371NWJ00qBAzA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com; spf=pass smtp.mailfrom=pankajraghav.com; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b=MfikmgC2; arc=none smtp.client-ip=80.241.56.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b="MfikmgC2" Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4VdKfv5q1wz9srx; Mon, 13 May 2024 15:13:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pankajraghav.com; s=MBO0001; t=1715605991; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2nvOnTMHzBEUAYH76/SY4dYMSM35Bc03j95IUmJPiJI=; b=MfikmgC2rqBstXdYo9AQCoieV0dVIzptvjax2HD0pSulUHWPZNL2S2mHAHJ7AV6n5YmffC Ow9FVVHV5II58vUCi/csGw7hLB6Dvuc2zGUkran/kgD6f7GSg3oBXpGZYMjW/NYAsxuQLp /cwdFjZjxUjYdRYgosarw0YaqGQ1GVOCxii+1HNPpXLtKGxBz61f9Hds82qRtC5DOJw1Uo YRQ9EkBVjoBjHvdxq7RZlPlkWPyCNwhAHk/MN/Z99cYfaWUMZ/+SkDt/o+xLvhG8ILvZCk UadMbgkWZToiqFHLVrQe3RlDZ9rj7V0LiXr4fy1TB2wpwlCVwy7K0T+h30Fg6A== From: "Pankaj Raghav (Samsung)" To: fstests@vger.kernel.org Cc: kernel@pankajraghav.com, gost.dev@samsung.com, mcgrof@kernel.org, ritesh.list@gmail.com, djwong@kernel.org, zlang@redhat.com, Pankaj Raghav Subject: [PATCH v2 2/3] generic/436: round up bufsz to nearest filesystem blksz Date: Mon, 13 May 2024 07:12:53 -0600 Message-Id: <20240513131254.92412-3-kernel@pankajraghav.com> In-Reply-To: <20240513131254.92412-1-kernel@pankajraghav.com> References: <20240513131254.92412-1-kernel@pankajraghav.com> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pankaj Raghav SEEK_HOLE and SEEK_DATA work in filesystem block size granularity. So while filling up the buffer for test 13 - 16, round up the bufsz to the closest filesystem blksz. As we only allowed blocksizes lower than the pagesize, this was never an issue and it always aligned. Once we have blocksize > pagesize, this assumption will break. Fixes the test for LBS configuration. Signed-off-by: Pankaj Raghav Reviewed-by: Darrick J. Wong Reviewed-by: Ritesh Harjani (IBM) --- src/seek_sanity_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/seek_sanity_test.c b/src/seek_sanity_test.c index 48b3ccc0..a61ed3da 100644 --- a/src/seek_sanity_test.c +++ b/src/seek_sanity_test.c @@ -541,7 +541,7 @@ static int test16(int fd, int testnum) { int ret = 0; char *buf = NULL; - int bufsz = sysconf(_SC_PAGE_SIZE); + int bufsz = roundup(sysconf(_SC_PAGE_SIZE), alloc_size); int filsz = 4 << 20; if (!unwritten_extents) { @@ -591,7 +591,7 @@ static int test15(int fd, int testnum) { int ret = 0; char *buf = NULL; - int bufsz = sysconf(_SC_PAGE_SIZE); + int bufsz = roundup(sysconf(_SC_PAGE_SIZE), alloc_size); int filsz = 4 << 20; if (!unwritten_extents) { @@ -643,7 +643,7 @@ static int test14(int fd, int testnum) { int ret = 0; char *buf = NULL; - int bufsz = sysconf(_SC_PAGE_SIZE) * 14; + int bufsz = roundup(sysconf(_SC_PAGE_SIZE) * 14, alloc_size); int filsz = 4 << 20; if (!unwritten_extents) { @@ -692,7 +692,7 @@ static int test13(int fd, int testnum) { int ret = 0; char *buf = NULL; - int bufsz = sysconf(_SC_PAGE_SIZE) * 14; + int bufsz = roundup(sysconf(_SC_PAGE_SIZE) * 14, alloc_size); int filsz = 4 << 20; if (!unwritten_extents) { From patchwork Mon May 13 13:12:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pankaj Raghav (Samsung)" X-Patchwork-Id: 13663445 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D8DC15098C for ; Mon, 13 May 2024 13:13:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715606008; cv=none; b=ueSKYXNmkYrWYgGrrleSMpOu710qePIHMSFcN7ToBC/LZDN/m4LKfYnLQ+IJq4L6Ydlq9BhSFfYyj5DXVGKv6VkbpwXCKnPHlNrRARXCyx39e3NTlRMUKVV0TEd940GoLpKo0/0MfkQra2DHAyA9+elo+wE8d+4EbtDeWgg11PM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715606008; c=relaxed/simple; bh=kp9+paTUJYSKfzXqt/0ENcynZgWyFnrA+kF+vpkvouE=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=MlNT4Vy2N+pxYebwTIo/vvncn+XYRtz6Sbh0TB8P/lYJ/inBfrfhOySgxwH4ep2+1ir34CkPHUoExeGkUgIdnCJ1VYA3kTinbh6r3lJCKyFIhyvsPAUdiulONKZh4vWDxJSKm/KAw7ONRXVyqG/TWPBVOlLX8i6Rekx5kSdMO+k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com; spf=pass smtp.mailfrom=pankajraghav.com; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b=k0PtaxX/; arc=none smtp.client-ip=80.241.56.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pankajraghav.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pankajraghav.com header.i=@pankajraghav.com header.b="k0PtaxX/" Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4VdKg11GTgz9sHh; Mon, 13 May 2024 15:13:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pankajraghav.com; s=MBO0001; t=1715605997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KypLuT+LqBobBlT2ru3C6XP4QxVx5Ss9jNNkpVRu+Vc=; b=k0PtaxX/GSsM+cgNL5iJuLaYF1FxJAZED1eJxDYLs2co1TwaQVnR9FqLh6cP+s37jN2nnM QzxESs7PdmdPG9idHxhofFNHwQuidMInc7i+7YzALzVaN+HNCJ+Lc47iMpjlM3pi7rTmps g4WjUvHJoFMQ7w9Xy5Acr163LxTOY/n1/nq6qjmR10hfF//wm4GWz3mDRvLrgC95JwlCxO DozlYxyEm0V7uw+sD1oTcU6zr+17dukG0wBB9mEvW2vFzEkcF8dIZSz3Hj+CA27WQACqfb F3jYtR9ZUbL4T+SNcLgWK8rnPHIbliuKWHFuqsvNOfe2IWKuE3JEeDCDGFOTHQ== From: "Pankaj Raghav (Samsung)" To: fstests@vger.kernel.org Cc: kernel@pankajraghav.com, gost.dev@samsung.com, mcgrof@kernel.org, ritesh.list@gmail.com, djwong@kernel.org, zlang@redhat.com, Pankaj Raghav Subject: [PATCH v2 3/3] xfs/008: use block size instead of the pagesize Date: Mon, 13 May 2024 07:12:54 -0600 Message-Id: <20240513131254.92412-4-kernel@pankajraghav.com> In-Reply-To: <20240513131254.92412-1-kernel@pankajraghav.com> References: <20240513131254.92412-1-kernel@pankajraghav.com> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Pankaj Raghav The testcase estimates to have ratio of 1:3/4 for holes:filesize. This holds true where the blocksize is always less than or equal to pagesize and the total size of the file is calculated based on the pagesize. There is an implicit assumption that blocksize will always be less than the pagesize. LBS support will enable bs > ps where a minimum IO size is one block, which can be greater than a page. Adjust the size calculation to be based on the blocksize and not the pagesize. Signed-off-by: Pankaj Raghav Reviewed-by: Zorro Lang --- tests/xfs/008 | 19 ++++++++++--------- tests/xfs/008.out | 8 ++++---- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/tests/xfs/008 b/tests/xfs/008 index e7d6153b..e37e435a 100755 --- a/tests/xfs/008 +++ b/tests/xfs/008 @@ -11,7 +11,8 @@ _begin_fstest rw ioctl auto quick status=0 # success is the default! pgsize=`$here/src/feature -s` - +fileblksize=$(_get_file_block_size "$TEST_DIR") +blksize=$((fileblksize > pgsize ? fileblksize : pgsize)) # Override the default cleanup function. _cleanup() { @@ -21,7 +22,7 @@ _cleanup() _filter() { - sed -e "s/-b $pgsize/-b PGSIZE/g" \ + sed -e "s/-b $blksize/-b BLKSIZE/g" \ -e "s/-l .* -c/-l FSIZE -c/g" } @@ -73,17 +74,17 @@ _require_test # We are trying to create roughly 50 or 100 holes in a file # using random writes. Assuming a good distribution of 50 writes # in a file, the file only needs to be 3-4x the size of the write -# size muliplied by the number of writes. Hence we use 200 * pgsize -# for files we want 50 holes in and 400 * pgsize for files we want +# size muliplied by the number of writes. Hence we use 200 * blksize +# for files we want 50 holes in and 400 * blksize for files we want # 100 holes in. This keeps the runtime down as low as possible. # -_do_test 1 50 "-l `expr 200 \* $pgsize` -c 50 -b $pgsize" -_do_test 2 100 "-l `expr 400 \* $pgsize` -c 100 -b $pgsize" -_do_test 3 100 "-l `expr 400 \* $pgsize` -c 100 -b 512" # test partial pages +_do_test 1 50 "-l `expr 200 \* $blksize` -c 50 -b $blksize" +_do_test 2 100 "-l `expr 400 \* $blksize` -c 100 -b $blksize" +_do_test 3 100 "-l `expr 400 \* $blksize` -c 100 -b 512" # test partial blocks # rinse, lather, repeat for direct IO -_do_test 4 50 "-d -l `expr 200 \* $pgsize` -c 50 -b $pgsize" -_do_test 5 100 "-d -l `expr 400 \* $pgsize` -c 100 -b $pgsize" +_do_test 4 50 "-d -l `expr 200 \* $blksize` -c 50 -b $blksize" +_do_test 5 100 "-d -l `expr 400 \* $blksize` -c 100 -b $blksize" # note: direct IO requires page aligned IO # todo: realtime. diff --git a/tests/xfs/008.out b/tests/xfs/008.out index 5e3ae8e3..0941e218 100644 --- a/tests/xfs/008.out +++ b/tests/xfs/008.out @@ -1,10 +1,10 @@ QA output created by 008 -randholes.1 : -l FSIZE -c 50 -b PGSIZE +randholes.1 : -l FSIZE -c 50 -b BLKSIZE ------------------------------------------ holes is in range -randholes.2 : -l FSIZE -c 100 -b PGSIZE +randholes.2 : -l FSIZE -c 100 -b BLKSIZE ------------------------------------------ holes is in range @@ -12,10 +12,10 @@ randholes.3 : -l FSIZE -c 100 -b 512 ------------------------------------------ holes is in range -randholes.4 : -d -l FSIZE -c 50 -b PGSIZE +randholes.4 : -d -l FSIZE -c 50 -b BLKSIZE ------------------------------------------ holes is in range -randholes.5 : -d -l FSIZE -c 100 -b PGSIZE +randholes.5 : -d -l FSIZE -c 100 -b BLKSIZE ------------------------------------------ holes is in range