Skip to content

Commit

Permalink
isofs: remove a stale comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed Jul 8, 2020
1 parent 9a3ffbb commit 13ab648
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/isofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 13ab648

Please sign in to comment.