Whamcloud - gitweb
libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 01:45:36 +0000 (20:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 01:45:36 +0000 (20:45 -0500)
commitab52e12a904b4a31fc3416f0ef7d959f0c38e773
treeceb5f9f9859d675dffb7c205e3af0c82f2915d4f
parentdb197a81cc7841af1afeb499645fd2a5767fa146
libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()

Add a flag which returns the partially completed filesystem object so
e2fsck can print more intelligent error messages.

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