Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f2dd7a0 authored by Qu Wenruo's avatar Qu Wenruo Committed by David Sterba
Browse files

btrfs: extent-tree: Make btrfs_inode_rsv_refill function static



This function is no longer used outside of extent-tree.c.
Make it static.

Signed-off-by: default avatarQu Wenruo <wqu@suse.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 431e9822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5738,7 +5738,7 @@ int btrfs_block_rsv_refill(struct btrfs_root *root,
 * or return if we already have enough space.  This will also handle the resreve
 * tracepoint for the reserved amount.
 */
int btrfs_inode_rsv_refill(struct btrfs_inode *inode,
static int btrfs_inode_rsv_refill(struct btrfs_inode *inode,
				  enum btrfs_reserve_flush_enum flush)
{
	struct btrfs_root *root = inode->root;