Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd900d45 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: kill blk_flush_plug_list() export



With all drivers and file systems converted, we only have
in-core use of this function. So remove the export.

Reporteed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 24ecfbe2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2787,7 +2787,6 @@ void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule)

	local_irq_restore(flags);
}
EXPORT_SYMBOL(blk_flush_plug_list);

void blk_finish_plug(struct blk_plug *plug)
{