X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fquota_v2.c;h=c519a583e681471c86687134c764262df138caf9;hb=4cfb04a9d3d6865d932d02616b27b89d3a634026;hp=b4199ec3ece460bd9818c419b7b9ed1a10fab06f;hpb=34218e06688341bd05a41425b745c7812d118de0;p=powerpc.git diff --git a/fs/quota_v2.c b/fs/quota_v2.c index b4199ec3ec..c519a583e6 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_sem */ + /* dq_off is guarded by dqio_mutex */ if (!dquot->dq_off) if ((ret = dq_insert_tree(dquot)) < 0) { printk(KERN_ERR "VFS: Error %zd occurred while creating quota.\n", ret);