FreeBSD Bugzilla – Attachment 164776 Details for
Bug 205668
[ext2fs] [patch] cannot mount EXT4 filesystems which weren't cleanly unmounted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Ignore EXT2F_INCOMPAT_RECOVER when mounting ext4
patch-pr205668 (text/plain), 918 bytes, created by
Pedro F. Giffuni
on 2015-12-28 20:10:01 UTC
(
hide
)
Description:
Ignore EXT2F_INCOMPAT_RECOVER when mounting ext4
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2015-12-28 20:10:01 UTC
Size:
918 bytes
patch
obsolete
>Index: sys/fs/ext2fs/ext2fs.h >=================================================================== >--- sys/fs/ext2fs/ext2fs.h (revision 292839) >+++ sys/fs/ext2fs/ext2fs.h (working copy) >@@ -187,6 +187,7 @@ > > #define EXT2F_INCOMPAT_COMP 0x0001 > #define EXT2F_INCOMPAT_FTYPE 0x0002 >+#define EXT2F_INCOMPAT_RECOVER 0x0004 > #define EXT2F_INCOMPAT_META_BG 0x0010 > #define EXT2F_INCOMPAT_EXTENTS 0x0040 > #define EXT2F_INCOMPAT_64BIT 0x0080 >@@ -208,6 +209,7 @@ > * > * We do not support these EXT4 features but they are irrelevant > * for read-only support: >+ * - EXT2F_INCOMPAT_RECOVER > * - EXT2F_INCOMPAT_FLEX_BG > * - EXT2F_INCOMPAT_META_BG > */ >@@ -216,6 +218,7 @@ > EXT2F_ROCOMPAT_EXTRA_ISIZE) > #define EXT2F_INCOMPAT_SUPP EXT2F_INCOMPAT_FTYPE > #define EXT4F_RO_INCOMPAT_SUPP (EXT2F_INCOMPAT_EXTENTS | \ >+ EXT2F_INCOMPAT_RECOVER | \ > EXT2F_INCOMPAT_FLEX_BG | \ > EXT2F_INCOMPAT_META_BG ) >
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 205668
:
164769
| 164776