Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188232
b: refs/heads/master
c: 854d2c3
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and Chris Mason committed Mar 16, 2010
1 parent 9c082e5 commit 353a286
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: ef5780c018ed169a77b623f87c4ba52faa8ad0fe
refs/heads/master: 854d2c3531e6d32e76b94ca5e096ea54c7497e40
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ static noinline int copy_to_sk(struct btrfs_root *root,
advance_key:
if (key->offset < (u64)-1)
key->offset++;
else if (key->type < (u64)-1)
else if (key->type < (u8)-1)
key->type++;
else if (key->objectid < (u64)-1)
key->objectid++;
Expand Down

0 comments on commit 353a286

Please sign in to comment.