diff options
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, | |||
131 | */ | 131 | */ |
132 | #define CHECK_IOVEC_ONLY -1 | 132 | #define CHECK_IOVEC_ONLY -1 |
133 | 133 | ||
134 | #define SEL_IN 1 | ||
135 | #define SEL_OUT 2 | ||
136 | #define SEL_EX 4 | ||
137 | |||
138 | /* | 134 | /* |
139 | * The below are the various read and write types that we support. Some of | 135 | * The below are the various read and write types that we support. Some of |
140 | * them include behavioral modifiers that send information down to the | 136 | * them include behavioral modifiers that send information down to the |