From: Theodore Ts'o Date: Sun, 13 May 2001 23:12:10 +0000 (+0000) Subject: openfs.c: X-Git-Tag: E2FSPROGS-1_20~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a777397e228243cdc35056b14956db7280b0844c;p=thirdparty%2Fe2fsprogs.git openfs.c: Update documentation about what flags are valid for ext2fs_open(). --- diff --git a/lib/ext2fs/openfs.c b/lib/ext2fs/openfs.c index f44452479..269775054 100644 --- a/lib/ext2fs/openfs.c +++ b/lib/ext2fs/openfs.c @@ -40,7 +40,8 @@ * * EXT2_FLAG_RW - Open the filesystem for read/write. * EXT2_FLAG_FORCE - Open the filesystem even if some of the - * features aren't supported. + * features aren't supported. + * EXT2_FLAG_JOURNAL_DEV_OK - Open an ext3 journal device */ errcode_t ext2fs_open(const char *name, int flags, int superblock, int block_size, io_manager manager, ext2_filsys *ret_fs)