]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
bdi: unexport bdi_register_va
authorChristoph Hellwig <hch@lst.de>
Mon, 4 May 2020 12:47:58 +0000 (14:47 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:15:13 +0000 (16:15 -0600)
commita5a6c66df6bf951007f434fad04d777289f00aa6
tree228a2058c5863d0c0e26213e279d7b88779411ba
parent4c74746625dedb62ce00ac86ac4faedb640536d0
bdi: unexport bdi_register_va

bdi_register_va is only used by super.c, which can't be modular.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
mm/backing-dev.c