+30
@@ -0,0 +1,30 @@
|
||||
https://lwn.net/Articles/923969/
|
||||
https://sources.debian.org/data/main/e/e2fsprogs/1.47.0-2/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default
|
||||
|
||||
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
|
||||
--- 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
|
||||
@@ -24,9 +24,8 @@
|
||||
<Patches>
|
||||
<Patch level="1">ntfs-3g.patch</Patch>
|
||||
<Patch level="1">0001-remove-local-PATH.patch</Patch>
|
||||
<!-- <Patch level="1">RESEND-tests-skip-u_direct_io-if-losetup-fails.diff</Patch> -->
|
||||
<!-- strip references to workDir() from /usr/bin/mk_cmds and /usr/bin/compile_et -->
|
||||
<!--<Patch level="1">e2fsprogs-1.41.8-strip-me.patch</Patch>-->
|
||||
<!--grub2-probe error unknown filesystem -->
|
||||
<Patch level="1">gentoo/e2fsprogs-1.47.0-disable-metadata_csum_seed-and-orphan_file-by-default.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -70,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2023-08-25</Date>
|
||||
<Version>1.47.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2023-08-20</Date>
|
||||
<Version>1.47.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user