Merge ~upils/ubuntu/+source/e2fsprogs:disable-orphan-file-feature into ubuntu/+source/e2fsprogs:ubuntu/devel

Proposed by Paul Mars
Status: Superseded
Proposed branch: ~upils/ubuntu/+source/e2fsprogs:disable-orphan-file-feature
Merge into: ubuntu/+source/e2fsprogs:ubuntu/devel
Diff against target: 64 lines (+18/-1) (has conflicts)
4 files modified
debian/changelog (+8/-0)
debian/patches/default-to-4k.patch (+4/-0)
debian/patches/series (+5/-0)
misc/mke2fs.conf.in (+1/-1)
Conflict in debian/changelog
Conflict in debian/patches/default-to-4k.patch
Conflict in debian/patches/series
Reviewer Review Type Date Requested Status
Canonical Foundations Team Pending
Ubuntu Sponsors Pending
git-ubuntu import Pending
Review via email: mp+454787@code.launchpad.net

This proposal has been superseded by a proposal from 2023-10-30.

Commit message

Cherry-picked existing mantic fix d23608d502300e36743905e762e4ce2df44202d7

Fix LP: #2025339 and LP: #2028564

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

please rebase, there are merge conflicts

Unmerged commits

832a4af... by Paul Mars

update changelog

d23608d... by Theodore Ts'o

Disable metadata_csum_seed and orphan_file by default for Debian

Gbp-Pq: disable-metadata_csum_seed-and-orphan_file-by-default.

4810207... by Julian Andres Klode

1.47.0-1ubuntu1 (patches unapplied)

Imported using git-ubuntu import.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 43a94ba..41ea797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,4 @@
1<<<<<<< debian/changelog
1e2fsprogs (1.47.0-2ubuntu1) mantic; urgency=medium2e2fsprogs (1.47.0-2ubuntu1) mantic; urgency=medium
23
3 * Merge from Debian Unstable. Remaining changes:4 * Merge from Debian Unstable. Remaining changes:
@@ -21,6 +22,13 @@ e2fsprogs (1.47.0-1ubuntu2) mantic; urgency=medium
21 SRUed into jammy. LP: #202533922 SRUed into jammy. LP: #2025339
2223
23 -- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Thu, 29 Jun 2023 10:14:32 +010024 -- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Thu, 29 Jun 2023 10:14:32 +0100
25=======
26e2fsprogs (1.47.0-1ubuntu2) lunar; urgency=medium
27
28 * Disable the orphan_file feature (LP: #2025339)
29
30 -- Paul Mars <paul.mars@canonical.com> Fri, 27 Oct 2023 18:44:01 +0200
31>>>>>>> debian/changelog
2432
25e2fsprogs (1.47.0-1ubuntu1) lunar; urgency=low33e2fsprogs (1.47.0-1ubuntu1) lunar; urgency=low
2634
diff --git a/debian/patches/default-to-4k.patch b/debian/patches/default-to-4k.patch
index a47f531..c0c9268 100644
--- a/debian/patches/default-to-4k.patch
+++ b/debian/patches/default-to-4k.patch
@@ -7,7 +7,11 @@ Bug-Ubuntu: https://bugs.launchpad.net/bugs/1817097
7--- a/misc/mke2fs.conf.in7--- a/misc/mke2fs.conf.in
8+++ b/misc/mke2fs.conf.in8+++ b/misc/mke2fs.conf.in
9@@ -14,11 +14,9 @@9@@ -14,11 +14,9 @@
10<<<<<<< debian/patches/default-to-4k.patch
10 features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize11 features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
12=======
13 features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
14>>>>>>> debian/patches/default-to-4k.patch
11 }15 }
12 small = {16 small = {
13- blocksize = 102417- blocksize = 1024
diff --git a/debian/patches/series b/debian/patches/series
index 47e0720..1213ced 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,7 @@
1<<<<<<< debian/patches/series
1disable-metadata_csum_seed-and-orphan_file-by-default2disable-metadata_csum_seed-and-orphan_file-by-default
2default-to-4k.patch3default-to-4k.patch
4=======
5default-to-4k.patch
6default-no-metadata_csum_seed.patch
7>>>>>>> debian/patches/series
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index b7fc95d..0568099 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -11,7 +11,7 @@
11 features = has_journal11 features = has_journal
12 }12 }
13 ext4 = {13 ext4 = {
14 features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file14 features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
15 }15 }
16 small = {16 small = {
17 blocksize = 102417 blocksize = 1024

Subscribers

People subscribed via source and target branches