• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From da33289073de254ab4bacb80b1b83cf9d27c76ea Mon Sep 17 00:00:00 2001
2From: Lukas Czerner <lczerner@redhat.com>
3Date: Tue, 24 Aug 2021 14:10:20 +0200
4Subject: [PATCH] tests: update expect files for f_large_dir and
5 f_large_dir_csum
6
7Update expect files for f_large_dir and f_large_dir_csum tests to
8include the warning about missing y2038 support with 128-byte inodes.
9
10Fixes: a23b50cd ("mke2fs: warn about missing y2038 support when formatting fresh ext4 fs")
11Signed-off-by: Lukas Czerner <lczerner@redhat.com>
12Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13---
14 tests/f_large_dir/expect      | 1 +
15 tests/f_large_dir_csum/expect | 1 +
16 2 files changed, 2 insertions(+)
17
18diff --git a/tests/f_large_dir/expect b/tests/f_large_dir/expect
19index 028234c..495ea85 100644
20--- a/tests/f_large_dir/expect
21+++ b/tests/f_large_dir/expect
22@@ -1,3 +1,4 @@
23+128-byte inodes cannot handle dates beyond 2038 and are deprecated
24 Creating filesystem with 108341 1k blocks and 65072 inodes
25 Superblock backups stored on blocks:
26 	8193, 24577, 40961, 57345, 73729
27diff --git a/tests/f_large_dir_csum/expect b/tests/f_large_dir_csum/expect
28index aa9f33f..44770f7 100644
29--- a/tests/f_large_dir_csum/expect
30+++ b/tests/f_large_dir_csum/expect
31@@ -1,3 +1,4 @@
32+128-byte inodes cannot handle dates beyond 2038 and are deprecated
33 Creating filesystem with 31002 1k blocks and 64 inodes
34 Superblock backups stored on blocks:
35 	8193, 24577
36--
371.8.3.1
38
39