Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] remove do_sync parameter from __invalidate_device
[linux-3.10.git]
/
fs
/
block_dev.c
diff --git
a/fs/block_dev.c
b/fs/block_dev.c
index d19d07c49ad319a3375b983933e8725029f3a973..c0cbd1bc1a02106dbaea65cb22d20bf22543f84a 100644
(file)
--- a/
fs/block_dev.c
+++ b/
fs/block_dev.c
@@
-530,7
+530,7
@@
int check_disk_change(struct block_device *bdev)
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)