aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2018-02-27 17:37:18 +0200
committerDavid Sterba <dsterba@suse.com>2018-03-26 15:09:42 +0200
commite5b84f7a258a8344947e8b955b8c2648008d8ccc (patch)
tree338674b9fe3ef5604078a330fe65f90ee160d4f3 /fs/btrfs/tree-log.h
parentbtrfs: Remove root arg from btrfs_log_inode_parent (diff)
downloadlinux-dev-e5b84f7a258a8344947e8b955b8c2648008d8ccc.tar.xz
linux-dev-e5b84f7a258a8344947e8b955b8c2648008d8ccc.zip
btrfs: Remove root argument from btrfs_log_dentry_safe
Now that nothing uses the root arg of btrfs_log_dentry_safe it can be safely removed. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.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 483027f9a7f4..88abc43312a1 100644
--- a/fs/btrfs/tree-log.h
+++ b/fs/btrfs/tree-log.h
@@ -65,7 +65,7 @@ int btrfs_free_log_root_tree(struct btrfs_trans_handle *trans,
struct btrfs_fs_info *fs_info);
int btrfs_recover_log_trees(struct btrfs_root *tree_root);
int btrfs_log_dentry_safe(struct btrfs_trans_handle *trans,
- struct btrfs_root *root, struct dentry *dentry,
+ struct dentry *dentry,
const loff_t start,
const loff_t end,
struct btrfs_log_ctx *ctx);