diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index d6add69bc170..6b0f6e9993a3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -163,14 +163,6 @@ struct inodes_stat_t { | |||
163 | #define WRITE_FLUSH_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_UNPLUG | \ | 163 | #define WRITE_FLUSH_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_UNPLUG | \ |
164 | REQ_FLUSH | REQ_FUA) | 164 | REQ_FLUSH | REQ_FUA) |
165 | 165 | ||
166 | /* | ||
167 | * These aren't really reads or writes, they pass down information about | ||
168 | * parts of device that are now unused by the file system. | ||
169 | */ | ||
170 | #define DISCARD_NOBARRIER (WRITE | REQ_DISCARD) | ||
171 | #define DISCARD_BARRIER (WRITE | REQ_DISCARD | REQ_HARDBARRIER) | ||
172 | #define DISCARD_SECURE (DISCARD_NOBARRIER | REQ_SECURE) | ||
173 | |||
174 | #define SEL_IN 1 | 166 | #define SEL_IN 1 |
175 | #define SEL_OUT 2 | 167 | #define SEL_OUT 2 |
176 | #define SEL_EX 4 | 168 | #define SEL_EX 4 |