projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8146502
)
Btrfs: fix compilation errors under DEBUG
author
Fabian Frederick
<fabf@skynet.be>
Wed, 24 Sep 2014 18:23:05 +0000
(20:23 +0200)
committer
Chris Mason
<clm@fb.com>
Fri, 3 Oct 2014 23:14:58 +0000
(16:14 -0700)
bi_sector and bi_size moved to bi_iter since commit
4f024f3797c4
("block: Abstract out bvec iterator")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/volumes.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/volumes.c
b/fs/btrfs/volumes.c
index f27c0f7c387e8c501dd9333ce43fb0698afe4edf..f61278fefdbb2c9590d823deff99b42d3ae2808c 100644
(file)
--- a/
fs/btrfs/volumes.c
+++ b/
fs/btrfs/volumes.c
@@
-5709,8
+5709,8
@@
static void submit_stripe_bio(struct btrfs_root *root, struct btrfs_bio *bbio,
name = rcu_dereference(dev->name);
pr_debug("btrfs_map_bio: rw %d, sector=%llu, dev=%lu "
"(%s id %llu), size=%u\n", rw,
- (u64)bio->bi_sector, (u_long)dev->bdev->bd_dev,
- name->str, dev->devid, bio->bi_size);
+ (u64)bio->bi_
iter.bi_
sector, (u_long)dev->bdev->bd_dev,
+ name->str, dev->devid, bio->bi_
iter.bi_
size);
rcu_read_unlock();
}
#endif