Skip to content
Snippets Groups Projects
Commit c54d0dc3 authored by Al Viro's avatar Al Viro
Browse files

bury SEL_{IN,OUT,EX}


	Had not been used for more than a decade and half; it used
to be a part of (in-kernel) ->select() API and it has been pining
for fjords since 2.1.23pre1.  This is an ex-parrot...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bbc1096a
No related branches found
No related tags found
No related merge requests found
......@@ -131,10 +131,6 @@ typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
*/
#define CHECK_IOVEC_ONLY -1
#define SEL_IN 1
#define SEL_OUT 2
#define SEL_EX 4
/*
* The below are the various read and write types that we support. Some of
* them include behavioral modifiers that send information down to the
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment