]> git.itanic.dy.fi Git - linux-stable/commit
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
authorNikolay Borisov <nborisov@suse.com>
Thu, 26 Nov 2020 13:10:38 +0000 (15:10 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Dec 2020 18:16:05 +0000 (19:16 +0100)
commitabadc1fcd72e887a8f875dabe4a07aa8c28ac8af
treee7364b6587ddddee47c58a4b817561beb0cfb46d
parentec7d6dfd73b2de1c6bc36f832542061b0ca0e0ff
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid

The former is going away as part of the inode map removal so switch
callers to btrfs_find_free_objectid. No functional changes since with
INODE_MAP disabled (default) find_free_objectid was called anyway.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c