aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-05-30 16:03:07 -0400
committerTheodore Ts'o <tytso@mit.edu>2023-05-30 16:03:07 -0400
commitbd5f312bc29f4a13d04423fc664794d6bf4f9749 (patch)
tree8ee3c7244622352ba8fcb3f31e4d065c59e77e92
parent1fe0370a0671d1bbf568afed5be4dff040792b5e (diff)
downloade2fsprogs-bd5f312bc29f4a13d04423fc664794d6bf4f9749.tar.gz
debian: update debian/patches after reverting the patch for 1.47.0-2
Update the debian/patches directory now that we've reverted the patch disable-metadata_csum_seed-and-orphan_file-by-default. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default34
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 35 deletions
diff --git a/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default b/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default
deleted file mode 100644
index 2176f4dc0..000000000
--- a/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Disable metadata_csum_seed and orphan_file by default for Debian
- .
- There are a lot of debian packages that assume that mkfs.ext4 for
- Debian N will work on Debian N-1 (and sometimes N-2, N-3, etc.). This
- is a bad assumption, but it's too late to fix this for Debian
- Bookworm.
- .
- So revert making these feature a default for now. We will enable it
- again post Bookworm.
-Author: Theodore Ts'o <tytso@mit.edu>
-Origin: vendor
-Forwarded: not-needed
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031622
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030939
----
- misc/mke2fs.conf.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
-index b7fc95df..05680992 100644
---- a/misc/mke2fs.conf.in
-+++ b/misc/mke2fs.conf.in
-@@ -11,7 +11,7 @@
- features = has_journal
- }
- ext4 = {
-- features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
-+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
- }
- small = {
- blocksize = 1024
---
-2.31.0
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e3c2ee05a..000000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-disable-metadata_csum_seed-and-orphan_file-by-default