Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18170
b: refs/heads/master
c: ce8e922
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Scott committed Jan 11, 2006
1 parent c5baf3f commit eee20ff
Show file tree
Hide file tree
Showing 11 changed files with 896 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68bdb6eabcd2869caa795019961a5445a11b5bc1
refs/heads/master: ce8e922c0e79c8093452ba9a124981332b75706b
6 changes: 3 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ xfs_map_at_offset(

lock_buffer(bh);
bh->b_blocknr = bn;
bh->b_bdev = iomapp->iomap_target->pbr_bdev;
bh->b_bdev = iomapp->iomap_target->bt_bdev;
set_buffer_mapped(bh);
clear_buffer_delay(bh);
}
Expand Down Expand Up @@ -982,7 +982,7 @@ __linvfs_get_block(
}

/* If this is a realtime file, data might be on a new device */
bh_result->b_bdev = iomap.iomap_target->pbr_bdev;
bh_result->b_bdev = iomap.iomap_target->bt_bdev;

/* If we previously allocated a block out beyond eof and
* we are now coming back to use it then we will need to
Expand Down Expand Up @@ -1097,7 +1097,7 @@ linvfs_direct_IO(
iocb->private = xfs_alloc_ioend(inode);

ret = blockdev_direct_IO_own_locking(rw, iocb, inode,
iomap.iomap_target->pbr_bdev,
iomap.iomap_target->bt_bdev,
iov, offset, nr_segs,
linvfs_get_blocks_direct,
linvfs_end_io_direct);
Expand Down
Loading

0 comments on commit eee20ff

Please sign in to comment.