commit | fa6c653ec3117dd689c8adb4ea2ebfc10f8cdd4a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Mar 18 18:57:44 2006 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Mar 18 18:57:44 2006 -0500 |
tree | 9c7caa61c05d37163c80227ec92f490bb22025d6 | |
parent | 7447921dff38ef06a78355c0a7a23df9392102a4 [diff] |
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>