Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bbcbc
)
openfs.c:
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 13 May 2001 23:12:10 +0000
(23:12 +0000)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 13 May 2001 23:12:10 +0000
(23:12 +0000)
Update documentation about what flags are valid for ext2fs_open().
lib/ext2fs/openfs.c
patch
|
blob
|
history
diff --git
a/lib/ext2fs/openfs.c
b/lib/ext2fs/openfs.c
index
f444524
..
2697750
100644
(file)
--- 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)