diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-16 21:37:17 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-16 21:37:17 +0400 |
commit | c54d0dc35324300cdc502137f5c0ee44f53d7a8b (patch) | |
tree | d75c8b01d499c52708ee34892e0e0ed68f1a8d62 /include | |
parent | bbc1096ad8e9875a025bbcf012605da49129e8b8 (diff) | |
download | linux-c54d0dc35324300cdc502137f5c0ee44f53d7a8b.tar.xz |
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: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8b53931b5a74..b33cfc97b9ca 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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 |