aboutsummaryrefslogtreecommitdiff
path: root/fs/aio.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-10-29 13:59:26 +0100
committerJens Axboe <jens.axboe@oracle.com>2009-10-29 13:59:26 +0100
commitb9d128f1088ea5245109dfc9bbceb128b6371a77 (patch)
tree63e85f281dd372e77af4022e2235a4e5a46287de /fs/aio.c
parenta870a3a485ddf7c0dec549269ed71d169556d61c (diff)
block: move bdi/address_space unplug functions to backing-dev.h
There's nothing block related about them, the backing device is used by things like NFS etc as well. This gets rid of the need to protect such calls by CONFIG_BLOCK. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/aio.c b/fs/aio.c
index cf0bef428f88..c30dfc006108 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -15,6 +15,7 @@
#include <linux/aio_abi.h>
#include <linux/module.h>
#include <linux/syscalls.h>
+#include <linux/backing-dev.h>
#include <linux/uio.h>
#define DEBUG 0