diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
| -rw-r--r-- | fs/btrfs/tree-log.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 3568374d419..cb877e0886a 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -589,7 +589,7 @@ static noinline int replay_one_extent(struct btrfs_trans_handle *trans,  				ret = btrfs_inc_extent_ref(trans, root,  						ins.objectid, ins.offset,  						0, root->root_key.objectid, -						key->objectid, offset); +						key->objectid, offset, 0);  				BUG_ON(ret);  			} else {  				/*  | 
