commit | f2eb0a241f0e5c135d93243b0236cb1f14c305e0 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri May 02 14:43:14 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:02 2008 -0400 |
tree | dd3141efb9142a294222b9195593371887519207 | |
parent | d6bfde8765668c8687de72f7a40f52acdf4f2f19 [diff] [blame] |
Btrfs: Clone file data ioctl Add a new ioctl to clone file data Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 8effdf4..a50507f 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c
@@ -285,7 +285,7 @@ err = btrfs_insert_file_extent(trans, root, inode->i_ino, last_pos_in_file, - 0, 0, hole_size); + 0, 0, hole_size, 0); btrfs_drop_extent_cache(inode, last_pos_in_file, last_pos_in_file + hole_size -1); btrfs_check_file(root, inode);