--- ext2fs/hyper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c index 9bff609f..ac18bbf1 100644 --- a/ext2fs/hyper.c +++ b/ext2fs/hyper.c @@ -134,6 +134,8 @@ get_hypermetadata (void) } if (le16toh (sblock->s_inode_size) != EXT2_GOOD_OLD_INODE_SIZE) ext2_panic ("inode size %d isn't supported", le16toh (sblock->s_inode_size)); + if (EXT2_HAS_COMPAT_FEATURE(sblock, EXT3_FEATURE_COMPAT_HAS_JOURNAL)) + ext2_warning ("mounting ext3 filesystem as ext2"); } groups_count = -- 2.34.1
- [PATCH 17/17] ext2fs: remove 2 unused functions Etienne Brateau
- Re: [PATCH 17/17] ext2fs: remove 2 unused functions Samuel Thibault
- [PATCH 16/17] ext2fs: remove a commented block of code Etienne Brateau
- Re: [PATCH 16/17] ext2fs: remove a commented block of... Samuel Thibault
- [PATCH 13/17] ext2fs: remove a #define not_yet Etienne Brateau
- Re: [PATCH 13/17] ext2fs: remove a #define not_yet Samuel Thibault
- [PATCH 02/17] ext2fs: update ext2_fs.h header Etienne Brateau
- Re: [PATCH 02/17] ext2fs: update ext2_fs.h header Samuel Thibault
- [PATCH 07/17] ext2fs: use macro to check flags Etienne Brateau
- Re: [PATCH 07/17] ext2fs: use macro to check flags Samuel Thibault
- [PATCH 12/17] ext2fs: detect and warn when filesystem is a... Etienne Brateau
- Re: [PATCH 12/17] ext2fs: detect and warn when filesy... Samuel Thibault
- [PATCH 04/17] move to ext2_fs.h a #define Etienne Brateau
- Re: [PATCH 04/17] move to ext2_fs.h a #define Samuel Thibault
- [PATCH 09/17] ext2fs: set the f_namelen to the correct val... Etienne Brateau
- Re: [PATCH 09/17] ext2fs: set the f_namelen to the co... Samuel Thibault
- [PATCH 15/17] Change a EIO by a ENOSPC in case where not e... Etienne Brateau
- Re: [PATCH 15/17] Change a EIO by a ENOSPC in case wh... Samuel Thibault
- Re: [PATCH 01/17] ext2fs Merge 2 headers Samuel Thibault