diff options
author | Josef Bacik <jbacik@fusionio.com> | 2012-08-29 14:27:18 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2012-10-01 15:19:07 -0400 |
commit | 2aaa66558172b017f36bf38ae69372813dedee9d (patch) | |
tree | d6150a615935d36166cd06d69e3252451e62e724 /fs/btrfs/tree-log.c | |
parent | 2671485d395c07fca104c972785898d7c52fc942 (diff) |
Btrfs: add hole punching
This patch adds hole punching via fallocate. Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
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 0c39f58973db..f9b0fc911661 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -2842,7 +2842,7 @@ static int log_one_extent(struct btrfs_trans_handle *trans, | |||
2842 | 2842 | ||
2843 | if (BTRFS_I(inode)->logged_trans == trans->transid) { | 2843 | if (BTRFS_I(inode)->logged_trans == trans->transid) { |
2844 | ret = __btrfs_drop_extents(trans, log, inode, dst_path, start, | 2844 | ret = __btrfs_drop_extents(trans, log, inode, dst_path, start, |
2845 | start + len, 0); | 2845 | start + len, NULL, 0); |
2846 | if (ret) | 2846 | if (ret) |
2847 | return ret; | 2847 | return ret; |
2848 | } | 2848 | } |