Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332597
b: refs/heads/master
c: 6f1fed7
h: refs/heads/master
i:
  332595: 0d2572f
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Oct 9, 2012
1 parent 45fb92b commit 0bdfe2e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e6138876ad8327250d77291b3262fee356267211
refs/heads/master: 6f1fed775316d58ba356b2ce62de600ad00f003a
3 changes: 1 addition & 2 deletions trunk/fs/btrfs/tree-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -3011,8 +3011,7 @@ static noinline int copy_items(struct btrfs_trans_handle *trans,
continue;

found_type = btrfs_file_extent_type(src, extent);
if (found_type == BTRFS_FILE_EXTENT_REG ||
found_type == BTRFS_FILE_EXTENT_PREALLOC) {
if (found_type == BTRFS_FILE_EXTENT_REG) {
u64 ds, dl, cs, cl;
ds = btrfs_file_extent_disk_bytenr(src,
extent);
Expand Down

0 comments on commit 0bdfe2e

Please sign in to comment.