]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r262346:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Feb 2014 16:05:52 +0000 (16:05 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Feb 2014 16:05:52 +0000 (16:05 +0000)
commitc6f589303d8e87238b8592af96e9126849006cc7
tree0a4b5a959d0771ff38c90db4930e37e30fb6dada
parent8980f49ce9bd3193395ced3cdd79966c2b32bd12
MFC r262346:
ext2fs: fully enable ext4 read-only support.

The ext4 developers tend to tag Ext4-specific flags as
"incompatible" even when such features are not relevant for
read-only support.  This is a consequence of the process
though which this filesystem is implemented without design
and the fact that some new features are not extensible to
ext2/3.

Organize the features according to what we support and sort
them so that we can now read-only mount filesystems with
some features that may be found in newly formatted ext4 fs.

Submitted by: Zheng Liu

git-svn-id: svn://svn.freebsd.org/base/stable/10@262563 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_vfsops.c
sys/fs/ext2fs/ext2fs.h