Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346655
b: refs/heads/master
c: d142324
h: refs/heads/master
i:
  346653: bcbbf04
  346651: c28e4d4
  346647: b4974ae
  346639: a206378
  346623: ba53838
v: v3
  • Loading branch information
Masanari Iida authored and Josef Bacik committed Dec 12, 2012
1 parent aa0f593 commit 49353f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0253f40ef9a709a1af39ce38b1d998af090f8127
refs/heads/master: d1423248734df6d9aff769abffd675dc034e0601
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ struct btrfs_root_backup {
__le64 bytes_used;
__le64 num_devices;
/* future */
__le64 unsed_64[4];
__le64 unused_64[4];

u8 tree_root_level;
u8 chunk_root_level;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -4261,7 +4261,7 @@ static void submit_stripe_bio(struct btrfs_root *root, struct btrfs_bio *bbio,

rcu_read_lock();
name = rcu_dereference(dev->name);
pr_debug("btrfs_map_bio: rw %d, secor=%llu, dev=%lu "
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);
Expand Down

0 comments on commit 49353f9

Please sign in to comment.