]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/btrfs/btrfs_inode.h
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
[thirdparty/linux.git] / fs / btrfs / btrfs_inode.h
index 4311ac9ca0ae01d0006811a060d6b31e0412a038..d12556627cceb69eb73bbcfc11fe88a80b1774c5 100644 (file)
@@ -484,7 +484,7 @@ struct extent_map *btrfs_get_extent(struct btrfs_inode *inode,
 int btrfs_update_inode(struct btrfs_trans_handle *trans,
                       struct btrfs_root *root, struct btrfs_inode *inode);
 int btrfs_update_inode_fallback(struct btrfs_trans_handle *trans,
-                               struct btrfs_root *root, struct btrfs_inode *inode);
+                               struct btrfs_inode *inode);
 int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct btrfs_inode *inode);
 int btrfs_orphan_cleanup(struct btrfs_root *root);
 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size);