aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-07-28 09:36:46 +0200
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-09-30 20:29:38 +0200
commita3b05e8f58c95dfccbf2c824d0c68e5990571f24 (patch)
tree768aad0f032790df38b277eff062c47b6ecff533 /include/linux/fs.h
parent[PATCH] Audit block layer inlines (diff)
downloadlinux-dev-a3b05e8f58c95dfccbf2c824d0c68e5990571f24.tar.xz
linux-dev-a3b05e8f58c95dfccbf2c824d0c68e5990571f24.zip
[PATCH] Kill various deprecated/unused block layer defines/functions
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 6eafbe309483..9306f63bf77e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -79,7 +79,6 @@ extern int dir_notify_enable;
#define WRITE 1
#define READA 2 /* read-ahead - don't block if no resources */
#define SWRITE 3 /* for ll_rw_block() - wait for buffer lock */
-#define SPECIAL 4 /* For non-blockdevice requests in request queue */
#define READ_SYNC (READ | (1 << BIO_RW_SYNC))
#define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
#define WRITE_BARRIER ((1 << BIO_RW) | (1 << BIO_RW_BARRIER))