fs/hfsplus: use bool instead of int for is_known_namespace() return value
[linux-2.6-block.git] / fs / block_dev.c
index 975266be67d319aa019a48e94cfda0a3ca8ce1e0..b5e87896f517d17aea743eec62cdfeada14db203 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/namei.h>
 #include <linux/log2.h>
 #include <linux/cleancache.h>
-#include <linux/aio.h>
 #include <asm/uaccess.h>
 #include "internal.h"
 
@@ -1660,8 +1659,6 @@ const struct file_operations def_blk_fops = {
        .open           = blkdev_open,
        .release        = blkdev_close,
        .llseek         = block_llseek,
-       .read           = new_sync_read,
-       .write          = new_sync_write,
        .read_iter      = blkdev_read_iter,
        .write_iter     = blkdev_write_iter,
        .mmap           = generic_file_mmap,