]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: make wait_on_extent_buffer_writeback() static inline
authorDavid Sterba <dsterba@suse.com>
Thu, 9 Jan 2025 10:24:19 +0000 (11:24 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:22 +0000 (14:53 +0100)
commit075adeeb9204359e8232aeccf8b3c350ff6d9ff4
tree02053cc735787d42faf82a8b404c2f018135dd06
parent011a9a1f244656cc3cbde47edba2b250f794d440
btrfs: make wait_on_extent_buffer_writeback() static inline

The simple helper can be inlined, no need for the separate function.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h