Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254075
b: refs/heads/master
c: e0f5406
h: refs/heads/master
i:
  254073: 23e4a5b
  254071: 3c45923
v: v3
  • Loading branch information
Ilya Dryomov authored and Chris Mason committed Jun 25, 2011
1 parent ac58877 commit 5107a6a
Show file tree
Hide file tree
Showing 2 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: 1973f0faeb4a5f35597793c65d3c94d8fd386e10
refs/heads/master: e0f5406727f1dfdc47b8ba4a0ff6eae4b0b5ed4c
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4842,7 +4842,7 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,
u64 num_bytes, u64 empty_size,
u64 search_start, u64 search_end,
u64 hint_byte, struct btrfs_key *ins,
int data)
u64 data)
{
int ret = 0;
struct btrfs_root *root = orig_root->fs_info->extent_root;
Expand All @@ -4869,7 +4869,7 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,

space_info = __find_space_info(root->fs_info, data);
if (!space_info) {
printk(KERN_ERR "No space info for %d\n", data);
printk(KERN_ERR "No space info for %llu\n", data);
return -ENOSPC;
}

Expand Down

0 comments on commit 5107a6a

Please sign in to comment.