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 314764 Details for
Bug 457964
Fils system check forced after online resize
[?]
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]
fedora patch
e2fsprogs-1.40.4-sb_feature_check_ignore.patch (text/plain), 1.48 KB, created by
Eric Sandeen
on 2008-08-21 23:26:25 UTC
(
hide
)
Description:
fedora patch
Filename:
MIME Type:
Creator:
Eric Sandeen
Created:
2008-08-21 23:26:25 UTC
Size:
1.48 KB
patch
obsolete
>Index: e2fsprogs-1.40.5/e2fsck/super.c >=================================================================== >--- e2fsprogs-1.40.5.orig/e2fsck/super.c >+++ e2fsprogs-1.40.5/e2fsck/super.c >@@ -793,7 +793,11 @@ void check_super_block(e2fsck_t ctx) > * unfortunately, we shouldn't ignore it since if it's not set in the > * backup, the extended attributes in the filesystem will be stripped > * away. >+ * >+ * Well, I'm still going that route for now, 'til I do something >+ * better. Full-fsck after a fresh install is just no good. -ERS > */ >+#define FEATURE_COMPAT_IGNORE (EXT2_FEATURE_COMPAT_EXT_ATTR) > #define FEATURE_RO_COMPAT_IGNORE (EXT2_FEATURE_RO_COMPAT_LARGE_FILE| \ > EXT4_FEATURE_RO_COMPAT_DIR_NLINK) > #define FEATURE_INCOMPAT_IGNORE (EXT3_FEATURE_INCOMPAT_EXTENTS) >@@ -837,6 +841,9 @@ int check_backup_super_block(e2fsck_t ct > continue; > } > >+#define SUPER_COMPAT_DIFFERENT(x) \ >+ (( fs->super->x & ~FEATURE_COMPAT_IGNORE) != \ >+ (tfs->super->x & ~FEATURE_COMPAT_IGNORE)) > #define SUPER_INCOMPAT_DIFFERENT(x) \ > (( fs->super->x & ~FEATURE_INCOMPAT_IGNORE) != \ > (tfs->super->x & ~FEATURE_INCOMPAT_IGNORE)) >@@ -846,7 +853,7 @@ int check_backup_super_block(e2fsck_t ct > #define SUPER_DIFFERENT(x) \ > (fs->super->x != tfs->super->x) > >- if (SUPER_DIFFERENT(s_feature_compat) || >+ if (SUPER_COMPAT_DIFFERENT(s_feature_compat) || > SUPER_INCOMPAT_DIFFERENT(s_feature_incompat) || > SUPER_RO_COMPAT_DIFFERENT(s_feature_ro_compat) || > SUPER_DIFFERENT(s_blocks_count) ||
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 457964
: 314764