Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144231
b: refs/heads/master
c: e63b6a6
h: refs/heads/master
i:
  144229: 9036e7b
  144227: cad52cf
  144223: 34ffe4b
v: v3
  • Loading branch information
Joel Becker authored and Chris Mason committed Apr 27, 2009
1 parent 2b2eb94 commit b047737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 45c06543afe2772c02f21efee0e2138b4e1c911e
refs/heads/master: e63b6a6c0ffa2ebd8617cc1a10969000296831aa
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int btrfs_find_free_objectid(struct btrfs_trans_handle *trans,
}
path = btrfs_alloc_path();
BUG_ON(!path);
search_start = max(search_start, BTRFS_FIRST_FREE_OBJECTID);
search_start = max(search_start, (u64)BTRFS_FIRST_FREE_OBJECTID);
search_key.objectid = search_start;
search_key.type = 0;
search_key.offset = 0;
Expand Down

0 comments on commit b047737

Please sign in to comment.