X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fdquot.c;h=0a5febc159f25b03ecc70f2a22090f3c3fa4fe33;hb=9fa0853a85a3a4067e4ad0aaa5d90984c2dd21b5;hp=b16f991662c1b5d58db4dde3fc982125a015472f;hpb=81450b73dde07f473a4a7208b209b4c8b7251d90;p=mv-sheeva.git diff --git a/fs/dquot.c b/fs/dquot.c index b16f991662c..0a5febc159f 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -1432,7 +1432,7 @@ int vfs_quota_off(struct super_block *sb, int type) mutex_unlock(&dqopt->dqonoff_mutex); } if (sb->s_bdev) - invalidate_bdev(sb->s_bdev, 0); + invalidate_bdev(sb->s_bdev); return 0; } @@ -1468,7 +1468,7 @@ static int vfs_quota_on_inode(struct inode *inode, int type, int format_id) * we see all the changes from userspace... */ write_inode_now(inode, 1); /* And now flush the block cache so that kernel sees the changes */ - invalidate_bdev(sb->s_bdev, 0); + invalidate_bdev(sb->s_bdev); mutex_lock(&inode->i_mutex); mutex_lock(&dqopt->dqonoff_mutex); if (sb_has_quota_enabled(sb, type)) {