Whamcloud - gitweb
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.
authorTheodore Ts'o <tytso@mit.edu>
Sun, 19 Mar 2006 00:16:10 +0000 (19:16 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 19 Mar 2006 00:16:10 +0000 (19:16 -0500)
commit39c47ce6417b81aa74596fd0d4d98d542525a444
tree81d281a2ad5b6b75b4544662c113f9ec7a8ed83a
parentfa6c653ec3117dd689c8adb4ea2ebfc10f8cdd4a
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.

This flag when specified to ext2fs_open or ext2fs_initialize indicates
that the application wants the io_channel to be opened in exclusive mode.

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