Commit a374c868 authored by Linus Torvalds's avatar Linus Torvalds

Finally get rid of that irritating disk change message.

parent c9581bb6
......@@ -510,9 +510,6 @@ int check_disk_change(struct block_device *bdev)
if (!bdops->check_media_change(dev))
return 0;
printk(KERN_DEBUG "VFS: Disk change detected on device %s\n",
bdevname(bdev));
if (invalidate_device(dev, 0))
printk("VFS: busy inodes on changed media.\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment