From: Christoph Hellwig Date: Tue, 1 Sep 2020 15:57:40 +0000 (+0200) Subject: Documentation/filesystems/locking.rst: remove an incorrect sentence X-Git-Tag: block-5.10-2020-10-12~138 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=653cd5341968a4648e75b1b359b3316600d50310;p=linux-block.git Documentation/filesystems/locking.rst: remove an incorrect sentence unlock_native_capacity is never called from check_disk_change(), and while revalidate_disk can be called from it, it can also be called from two other places at the moment. Signed-off-by: Christoph Hellwig Reviewed-by: Josef Bacik Reviewed-by: Johannes Thumshirn Signed-off-by: Jens Axboe --- diff --git a/Documentation/filesystems/locking.rst b/Documentation/filesystems/locking.rst index 64f94a18d97e..c0f2c7586531 100644 --- a/Documentation/filesystems/locking.rst +++ b/Documentation/filesystems/locking.rst @@ -488,9 +488,6 @@ getgeo: no swap_slot_free_notify: no (see below) ======================= =================== -unlock_native_capacity and revalidate_disk are called only from -check_disk_change(). - swap_slot_free_notify is called with swap_lock and sometimes the page lock held.