Skip to content

Commit

Permalink
bury SEL_{IN,OUT,EX}
Browse files Browse the repository at this point in the history
	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: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Oct 16, 2012
1 parent bbc1096 commit c54d0dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c54d0dc

Please sign in to comment.