diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-10-29 13:59:26 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-29 13:59:26 +0100 |
commit | b9d128f1088ea5245109dfc9bbceb128b6371a77 (patch) | |
tree | 63e85f281dd372e77af4022e2235a4e5a46287de /fs/aio.c | |
parent | a870a3a485ddf7c0dec549269ed71d169556d61c (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |