iterate_bdevs() was recently introduced. It is in the company of several other bdev/device functions that are already exported, so I believe that there should be no problem exporting it as well. Signed-off-by: Richard Yao <ryao@xxxxxxxxxx> --- fs/block_dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/block_dev.c b/fs/block_dev.c index 2091db8..0f659f3 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -1713,3 +1713,4 @@ void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg) spin_unlock(&inode_sb_list_lock); iput(old_inode); } +EXPORT_SYMBOL(iterate_bdevs); -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html