From 5f7c04972fefa8198c34f231a9e8a5430705b4ab Mon Sep 17 00:00:00 2001 From: Sami Liedes Date: Thu, 22 Mar 2012 19:48:10 -0400 Subject: [PATCH] libext2fs: document EXT2_FLAG_64BITS in ext2fs_open2() From 5c7302de65d689ad84427649aab4d361b21270df Mon Sep 17 00:00:00 2001 From: Sami Liedes Date: Sat, 10 Mar 2012 22:25:55 +0200 Subject: [PATCH] libext2fs: Document EXT2_FLAG_64BITS in ext2fs_open2(). Signed-off-by: Sami Liedes Signed-off-by: Theodore Ts'o --- lib/ext2fs/openfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ext2fs/openfs.c b/lib/ext2fs/openfs.c index 32e068c..220d954 100644 --- a/lib/ext2fs/openfs.c +++ b/lib/ext2fs/openfs.c @@ -87,6 +87,8 @@ errcode_t ext2fs_open(const char *name, int flags, int superblock, * features aren't supported. * EXT2_FLAG_JOURNAL_DEV_OK - Open an ext3 journal device * EXT2_FLAG_SKIP_MMP - Open without multi-mount protection check. + * EXT2_FLAG_64BITS - Allow 64-bit bitfields (needed for large + * filesystems) */ errcode_t ext2fs_open2(const char *name, const char *io_options, int flags, int superblock, -- 1.8.3.1