Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / fs / super.c
index 11b7e72..91b7f15 100644 (file)
@@ -1277,9 +1277,9 @@ int get_tree_bdev(struct fs_context *fc,
                }
 
                /*
-                * s_umount nests inside bd_mutex during
+                * s_umount nests inside open_mutex during
                 * __invalidate_device().  blkdev_put() acquires
-                * bd_mutex and can't be called under s_umount.  Drop
+                * open_mutex and can't be called under s_umount.  Drop
                 * s_umount temporarily.  This is safe as we're
                 * holding an active reference.
                 */
@@ -1352,9 +1352,9 @@ struct dentry *mount_bdev(struct file_system_type *fs_type,
                }
 
                /*
-                * s_umount nests inside bd_mutex during
+                * s_umount nests inside open_mutex during
                 * __invalidate_device().  blkdev_put() acquires
-                * bd_mutex and can't be called under s_umount.  Drop
+                * open_mutex and can't be called under s_umount.  Drop
                 * s_umount temporarily.  This is safe as we're
                 * holding an active reference.
                 */