]> www.infradead.org Git - users/hch/block.git/commitdiff
isofs: remove a stale comment
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jul 2020 09:56:18 +0000 (11:56 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 2 Jul 2020 09:03:20 +0000 (11:03 +0200)
check_disk_change isn't for consumers of the block layer, so remove
the comment mentioning it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/isofs/inode.c

index d634561f871a569847c3c6d4ed6159142c6e889d..78f5c96c76f31e2952b030bfc87d12385441a4e0 100644 (file)
@@ -612,9 +612,6 @@ static bool rootdir_empty(struct super_block *sb, unsigned long block)
 
 /*
  * Initialize the superblock and read the root inode.
- *
- * Note: a check_disk_change() has been done immediately prior
- * to this call, so we don't need to check again.
  */
 static int isofs_fill_super(struct super_block *s, void *data, int silent)
 {