X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fquota_v2.c;fp=fs%2Fquota_v2.c;h=b4199ec3ece460bd9818c419b7b9ed1a10fab06f;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=c519a583e681471c86687134c764262df138caf9;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/quota_v2.c b/fs/quota_v2.c index c519a583e..b4199ec3e 100644 --- a/fs/quota_v2.c +++ b/fs/quota_v2.c @@ -394,7 +394,7 @@ static int v2_write_dquot(struct dquot *dquot) ssize_t ret; struct v2_disk_dqblk ddquot, empty; - /* dq_off is guarded by dqio_mutex */ + /* dq_off is guarded by dqio_sem */ if (!dquot->dq_off) if ((ret = dq_insert_tree(dquot)) < 0) { printk(KERN_ERR "VFS: Error %zd occurred while creating quota.\n", ret);