Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 943183 Details for
Bug 1099237
rhel7 ext4 defaults to 64 bit, which extlinux can't reliably read
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for 64 bit
0001-Add-patch-for-mke2fs.conf-small-filesystems-have-no-.patch (text/plain), 2.86 KB, created by
Colin Walters
on 2014-10-01 18:51:48 UTC
(
hide
)
Description:
patch for 64 bit
Filename:
MIME Type:
Creator:
Colin Walters
Created:
2014-10-01 18:51:48 UTC
Size:
2.86 KB
patch
obsolete
>From c2edae332cf78f3a65576220d73d86e1842ec9d8 Mon Sep 17 00:00:00 2001 >From: Colin Walters <walters@verbum.org> >Date: Wed, 1 Oct 2014 14:49:11 -0400 >Subject: [PATCH] Add patch for mke2fs.conf: small filesystems have no need to > be 64 bit > >The main motivation for this is that extlinux doesn't understand 64 >bit ext4. (And current versions will appear to work initially, then >break after the filesystem is mutated enough). > >https://bugzilla.redhat.com/show_bug.cgi?id=1099237 >--- > ...-small-filesystems-have-no-need-to-be-64-.patch | 29 ++++++++++++++++++++++ > e2fsprogs.spec | 4 ++- > 2 files changed, 32 insertions(+), 1 deletion(-) > create mode 100644 0001-mke2fs.conf-small-filesystems-have-no-need-to-be-64-.patch > >diff --git a/0001-mke2fs.conf-small-filesystems-have-no-need-to-be-64-.patch b/0001-mke2fs.conf-small-filesystems-have-no-need-to-be-64-.patch >new file mode 100644 >index 0000000..426a59c >--- /dev/null >+++ b/0001-mke2fs.conf-small-filesystems-have-no-need-to-be-64-.patch >@@ -0,0 +1,29 @@ >+From 138a513a51c66247214c6d638589873b3c6b490d Mon Sep 17 00:00:00 2001 >+From: Colin Walters <walters@verbum.org> >+Date: Wed, 1 Oct 2014 14:33:29 -0400 >+Subject: [PATCH] mke2fs.conf: small filesystems have no need to be 64 bit >+ >+The main motivation for this is that extlinux doesn't understand 64 >+bit ext4. (And current versions will appear to work initially, then >+break after the filesystem is mutated enough). >+ >+https://bugzilla.redhat.com/show_bug.cgi?id=1099237 >+--- >+ misc/mke2fs.conf.in | 1 + >+ 1 file changed, 1 insertion(+) >+ >+diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in >+index 667800c..ea7f1cf 100644 >+--- a/misc/mke2fs.conf.in >++++ b/misc/mke2fs.conf.in >+@@ -23,6 +23,7 @@ >+ blocksize = 1024 >+ inode_size = 128 >+ inode_ratio = 4096 >++ features = ^64bit >+ } >+ floppy = { >+ blocksize = 1024 >+-- >+1.8.3.1 >+ >diff --git a/e2fsprogs.spec b/e2fsprogs.spec >index 68cad6f..6fc033a 100644 >--- a/e2fsprogs.spec >+++ b/e2fsprogs.spec >@@ -1,7 +1,7 @@ > Summary: Utilities for managing ext2, ext3, and ext4 filesystems > Name: e2fsprogs > Version: 1.42.9 >-Release: 5%{?dist} >+Release: 6.atomic.0%{?dist} > > # License tags based on COPYING file distinctions for various components > License: GPLv2 >@@ -24,6 +24,7 @@ Patch11: e2fsprogs-1.42.9-chattr-manpage-reorder.patch > Patch12: e2fsprogs-1.42.9-chattr-manpage-update.patch > Patch13: e2fsprogs-1.42.9-ext4-manpage-add-mountopts.patch > Patch14: e2fsprogs-1.42.9-ext4-manpage-add-attrs.patch >+Patch15: 0001-mke2fs.conf-small-filesystems-have-no-need-to-be-64-.patch > > Url: http://e2fsprogs.sourceforge.net/ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >@@ -187,6 +188,7 @@ It was originally inspired by the Multics SubSystem library. > %patch12 -p1 > %patch13 -p1 > %patch14 -p1 >+%patch15 -p1 > > %build > %configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \ >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1099237
:
897323
|
897324
| 943183