]> err.no Git - linux-2.6/blobdiff - fs/jfs/inode.c
Pull bugzilla-5737 into release branch
[linux-2.6] / fs / jfs / inode.c
index 7239ef3394895a7b2aeab80a4a083cb49bcb3e79..04eb78f1252e6b70f0383d63dbb2369dd5ca70f6 100644 (file)
@@ -302,7 +302,7 @@ static ssize_t jfs_direct_IO(int rw, struct kiocb *iocb,
        struct inode *inode = file->f_mapping->host;
 
        return blockdev_direct_IO(rw, iocb, inode, inode->i_sb->s_bdev, iov,
-                               offset, nr_segs, jfs_get_blocks, NULL);
+                               offset, nr_segs, jfs_get_block, NULL);
 }
 
 struct address_space_operations jfs_aops = {