From: Andrew Morton mutter... Christoph Hellwig Signed-off-by: Andrew Morton --- fs/block_dev.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/block_dev.c~remove-do_sync-parameter-from-__invalidate_device-fix fs/block_dev.c --- 25/fs/block_dev.c~remove-do_sync-parameter-from-__invalidate_device-fix 2005-05-04 18:58:28.000000000 -0700 +++ 25-akpm/fs/block_dev.c 2005-05-04 18:58:40.000000000 -0700 @@ -530,7 +530,7 @@ int check_disk_change(struct block_devic if (!bdops->media_changed(bdev->bd_disk)) return 0; - if (__invalidate_device(bdev, 0)) + if (__invalidate_device(bdev)) printk("VFS: busy inodes on changed media.\n"); if (bdops->revalidate_disk) _