aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/tree-log.h')
-rw-r--r--fs/btrfs/tree-log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.h b/fs/btrfs/tree-log.h
index 6916a781ea02..a9f1b75d080d 100644
--- a/fs/btrfs/tree-log.h
+++ b/fs/btrfs/tree-log.h
@@ -79,6 +79,8 @@ int btrfs_pin_log_trans(struct btrfs_root *root);
79void btrfs_record_unlink_dir(struct btrfs_trans_handle *trans, 79void btrfs_record_unlink_dir(struct btrfs_trans_handle *trans,
80 struct inode *dir, struct inode *inode, 80 struct inode *dir, struct inode *inode,
81 int for_rename); 81 int for_rename);
82void btrfs_record_snapshot_destroy(struct btrfs_trans_handle *trans,
83 struct inode *dir);
82int btrfs_log_new_name(struct btrfs_trans_handle *trans, 84int btrfs_log_new_name(struct btrfs_trans_handle *trans,
83 struct inode *inode, struct inode *old_dir, 85 struct inode *inode, struct inode *old_dir,
84 struct dentry *parent); 86 struct dentry *parent);