mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
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>
This commit is contained in:
parent
9a3ffbbc65
commit
13ab64880e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user