Re: [PATCH 2/9] bdi: move bdi_dev_name out of line

From: Bart Van Assche
Date: Wed Apr 22 2020 - 20:07:05 EST


On 4/22/20 12:38 AM, Christoph Hellwig wrote:
bdi_dev_name is not a fast path function, move it out of line. This
prepares for using it from modular callers without having to export
an implementation detail like bdi_unknown_name.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>