<div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Christoph Hellwig &lt;<a href="mailto:hch@lst.de">hch@lst.de</a>&gt;于2020年11月6日 周五20:15写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">revalidate_disk_size is not only called from set_capacity_and_notify,<br>
so drop the export.</blockquote><div dir="auto">s/not/now</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)" dir="auto"><br>
<br>
Signed-off-by: Christoph Hellwig &lt;<a href="mailto:hch@lst.de" target="_blank">hch@lst.de</a>&gt;</blockquote><div dir="auto">Thanks!</div><div dir="auto">Jack Wang</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)" dir="auto"><br>
---<br>
 fs/block_dev.c | 1 -<br>
 1 file changed, 1 deletion(-)<br>
<br>
diff --git a/fs/block_dev.c b/fs/block_dev.c<br>
index 66ebf594c97f47..d8664f5c1ff669 100644<br>
--- a/fs/block_dev.c<br>
+++ b/fs/block_dev.c<br>
@@ -1362,7 +1362,6 @@ void revalidate_disk_size(struct gendisk *disk, bool verbose)<br>
                bdput(bdev);<br>
        }<br>
 }<br>
-EXPORT_SYMBOL(revalidate_disk_size);<br>
<br>
 void bd_set_nr_sectors(struct block_device *bdev, sector_t sectors)<br>
 {<br>
-- <br>
2.28.0<br>
<br>
<br>
_______________________________________________<br>
Linux-nvme mailing list<br>
<a href="mailto:Linux-nvme@lists.infradead.org" target="_blank">Linux-nvme@lists.infradead.org</a><br>
<a href="http://lists.infradead.org/mailman/listinfo/linux-nvme" rel="noreferrer" target="_blank">http://lists.infradead.org/mailman/listinfo/linux-nvme</a><br>
</blockquote></div></div>