Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128919
b: refs/heads/master
c: 639cb58
h: refs/heads/master
i:
  128917: 4e3fab0
  128915: 10fbf93
  128911: 7d03e93
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent 944a31f commit 2a3a5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9473f16c75606fe6b2e5000525fe9766114505f3
refs/heads/master: 639cb58675ce9b507eed9c3d6b3335488079b21a
1 change: 1 addition & 0 deletions trunk/fs/btrfs/file-item.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans,
item = btrfs_lookup_csum(trans, root, path, objectid, offset, 1);
if (!IS_ERR(item)) {
leaf = path->nodes[0];
ret = 0;
goto found;
}
ret = PTR_ERR(item);
Expand Down

0 comments on commit 2a3a5d3

Please sign in to comment.