Whamcloud - gitweb
Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Mar 2006 23:57:44 +0000 (18:57 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Mar 2006 23:57:44 +0000 (18:57 -0500)
commitfa6c653ec3117dd689c8adb4ea2ebfc10f8cdd4a
tree9c7caa61c05d37163c80227ec92f490bb22025d6
parent7447921dff38ef06a78355c0a7a23df9392102a4
Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction

Add a new io_channel open flag, IO_FLAG_EXCLUSIVE,which requests that
the device be opened in exclusive (O_EXCL) mode.  Add support to the unix_io
implementation for this flag.

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