From: Christoph Hellwig Date: Wed, 8 Jul 2020 12:25:44 +0000 (+0200) Subject: isofs: remove a stale comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13ab64880e80f8bcf541dcd95ddb3fd0dd861fb7;p=linux.git isofs: remove a stale comment check_disk_change isn't for consumers of the block layer, so remove the comment mentioning it. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index d634561f871a5..78f5c96c76f31 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c @@ -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) {