aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2019-06-19 15:11:59 -0400
committerDavid Sterba <dsterba@suse.com>2019-07-04 17:26:17 +0200
commitfb6dea26601b60e41d70c310537dd1e2617b25b6 (patch)
tree9437c0b0b8789280b85edf50af6969c4af47dd15 /fs/btrfs/transaction.h
parentbtrfs: migrate the delayed refs rsv code (diff)
downloadlinux-dev-fb6dea26601b60e41d70c310537dd1e2617b25b6.tar.xz
linux-dev-fb6dea26601b60e41d70c310537dd1e2617b25b6.zip
btrfs: migrate btrfs_trans_release_chunk_metadata
Move this into transaction.c with the rest of the transaction related code. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index 78c446c222b7..527ea94b57d9 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -224,5 +224,6 @@ void btrfs_put_transaction(struct btrfs_transaction *transaction);
void btrfs_apply_pending_changes(struct btrfs_fs_info *fs_info);
void btrfs_add_dropped_root(struct btrfs_trans_handle *trans,
struct btrfs_root *root);
+void btrfs_trans_release_chunk_metadata(struct btrfs_trans_handle *trans);
#endif