commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / fs / block_dev.c
index ea7a57c..b88ff14 100644 (file)
@@ -125,7 +125,7 @@ blkdev_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
        struct inode *inode = file->f_dentry->d_inode->i_mapping->host;
 
        return blockdev_direct_IO(rw, iocb, inode, inode->i_bdev, iov, offset,
-                               nr_segs, blkdev_get_blocks);
+                               nr_segs, blkdev_get_blocks, NULL);
 }
 
 static int blkdev_writepage(struct page *page, struct writeback_control *wbc)