From a777397e228243cdc35056b14956db7280b0844c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 13 May 2001 23:12:10 +0000 Subject: [PATCH] openfs.c: Update documentation about what flags are valid for ext2fs_open(). --- lib/ext2fs/openfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ext2fs/openfs.c b/lib/ext2fs/openfs.c index f444524..2697750 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) -- 1.8.3.1