patch-2.4.15 linux/fs/block_dev.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/autofs4/inode.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Nov 21 14:07:25 2001
- Orig file:
v2.4.14/linux/fs/block_dev.c
- Orig date:
Mon Nov 5 15:55:33 2001
diff -u --recursive --new-file v2.4.14/linux/fs/block_dev.c linux/fs/block_dev.c
@@ -113,6 +113,11 @@
return 0;
}
+static int blkdev_direct_IO(int rw, struct inode * inode, struct kiobuf * iobuf, unsigned long blocknr, int blocksize)
+{
+ return generic_direct_IO(rw, inode, iobuf, blocknr, blocksize, blkdev_get_block);
+}
+
static int blkdev_writepage(struct page * page)
{
return block_write_full_page(page, blkdev_get_block);
@@ -640,6 +645,7 @@
sync_page: block_sync_page,
prepare_write: blkdev_prepare_write,
commit_write: blkdev_commit_write,
+ direct_IO: blkdev_direct_IO,
};
struct file_operations def_blk_fops = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)