btrfs: remove noinline from btrfs_update_inode()
[ Upstream commit cddaaacc ] The noinline attribute of btrfs_update_inode() is pointless as the function is exported and widely used, so remove it. Reviewed-by:Qu Wenruo <wqu@suse.com> Signed-off-by:
Filipe Manana <fdmanana@suse.com> Reviewed-by:
David Sterba <dsterba@suse.com> Signed-off-by:
David Sterba <dsterba@suse.com> Stable-dep-of: 5f61b961 ("btrfs: fix inode lookup error handling during log replay") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment