aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2014-11-25 05:45:30 -0800
committerChris Mason <clm@fb.com>2014-11-25 05:45:30 -0800
commitad27c0dab76a7abc8809ec41ae59cf67de5ea906 (patch)
tree5ae495bc5d4d3eafa54c2ca5f7c5e5482516e4ec /fs/btrfs/transaction.h
parentBtrfs: ensure ordered extent errors aren't missed on fsync (diff)
parentbtrfs: move commit out of sysfs when changing label (diff)
downloadlinux-dev-ad27c0dab76a7abc8809ec41ae59cf67de5ea906.tar.xz
linux-dev-ad27c0dab76a7abc8809ec41ae59cf67de5ea906.zip
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index fd400a3668a8..00ed29c4b3f9 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -170,4 +170,6 @@ int btrfs_wait_marked_extents(struct btrfs_root *root,
int btrfs_transaction_blocked(struct btrfs_fs_info *info);
int btrfs_transaction_in_commit(struct btrfs_fs_info *info);
void btrfs_put_transaction(struct btrfs_transaction *transaction);
+void btrfs_apply_pending_changes(struct btrfs_fs_info *fs_info);
+
#endif