lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 24 Aug 2021 14:10:19 +0200 From: Lukas Czerner <lczerner@...hat.com> To: tytso@....edu Cc: linux-ext4@...r.kernel.org Subject: [PATCH 1/2] tests: update expect files for f_mmp_garbage Update expect file for f_mmp_garbage test to work correctly with the new default 256 inode size. Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default") Signed-off-by: Lukas Czerner <lczerner@...hat.com> --- tests/f_mmp_garbage/expect.1 | 2 +- tests/f_mmp_garbage/expect.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/f_mmp_garbage/expect.1 b/tests/f_mmp_garbage/expect.1 index a8add101..4134eaea 100644 --- a/tests/f_mmp_garbage/expect.1 +++ b/tests/f_mmp_garbage/expect.1 @@ -5,5 +5,5 @@ Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information -test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks +test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks Exit status is 0 diff --git a/tests/f_mmp_garbage/expect.2 b/tests/f_mmp_garbage/expect.2 index 66300025..3bca182e 100644 --- a/tests/f_mmp_garbage/expect.2 +++ b/tests/f_mmp_garbage/expect.2 @@ -3,5 +3,5 @@ Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information -test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks +test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks Exit status is 0 -- 2.31.1
Powered by blists - more mailing lists