summaryrefslogtreecommitdiff
path: root/fs/isofs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-08 14:25:44 +0200
committerJens Axboe <axboe@kernel.dk>2020-07-08 16:20:01 -0600
commit13ab64880e80f8bcf541dcd95ddb3fd0dd861fb7 (patch)
treeeaa8d305cbcfa5630acdcf248dd5dfc94b8d0e14 /fs/isofs
parent9a3ffbbc6561ff878261727585ef8ee89bb36424 (diff)
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 <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/isofs')
-rw-r--r--fs/isofs/inode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c
index d634561f871a..78f5c96c76f3 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)
{