aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h
diff options
context:
space:
mode:
authorNikolay Borisov <n.borisov.lkml@gmail.com>2017-01-18 00:31:29 +0200
committerDavid Sterba <dsterba@suse.com>2017-02-14 15:50:54 +0100
commit436635571bd0b4ba12ec81641667d85e7c29bad5 (patch)
tree7df8dd11f9679bfa33f27d0c78bc62c2973b5d5b /fs/btrfs/tree-log.h
parentbtrfs: Make btrfs_record_unlink_dir take btrfs_inode (diff)
downloadlinux-dev-436635571bd0b4ba12ec81641667d85e7c29bad5.tar.xz
linux-dev-436635571bd0b4ba12ec81641667d85e7c29bad5.zip
btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode
Signed-off-by: Nikolay Borisov <n.borisov.lkml@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-log.h')
-rw-r--r--fs/btrfs/tree-log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.h b/fs/btrfs/tree-log.h
index 7df0f756f5c8..9b5bf904d511 100644
--- a/fs/btrfs/tree-log.h
+++ b/fs/btrfs/tree-log.h
@@ -83,7 +83,7 @@ void btrfs_record_unlink_dir(struct btrfs_trans_handle *trans,
struct btrfs_inode *dir, struct btrfs_inode *inode,
int for_rename);
void btrfs_record_snapshot_destroy(struct btrfs_trans_handle *trans,
- struct inode *dir);
+ struct btrfs_inode *dir);
int btrfs_log_new_name(struct btrfs_trans_handle *trans,
struct inode *inode, struct inode *old_dir,
struct dentry *parent);