Whamcloud - gitweb
Allow debugfs and dumpe2fs to support fs features under development
authorTheodore Ts'o <tytso@mit.edu>
Mon, 13 Nov 2006 04:26:46 +0000 (23:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Nov 2006 04:26:46 +0000 (23:26 -0500)
commitcf8272e1081f69d898d5182ed516e28807135dea
tree4f1ed63375dd674af809aa510e4f8f17bc2c9e97
parentd8b5f777438445407f7cd408bd5fe301e4687271
Allow debugfs and dumpe2fs to support fs features under development

Add support for the new flag EXT2_FLAG_SOFTSUPP_FEATURES flag to
ext2fs_open() , which allows application to open filesystes with features
which are currently only partially supported by e2fsprogs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ChangeLog
debugfs/debugfs.c
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h
lib/ext2fs/openfs.c
misc/ChangeLog
misc/dumpe2fs.c