]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ufs/super.c
quota: rename default quotactl methods to dquot_
[net-next-2.6.git] / fs / ufs / super.c
index 60c989b7012febad007b07bd9f5bb33150297570..2b08a8dd8ec0c06498b999a377e8d0ca4e5daa72 100644 (file)
@@ -1046,7 +1046,7 @@ magic_found:
        sb->s_op = &ufs_super_ops;
        sb->s_export_op = &ufs_export_ops;
 #ifdef CONFIG_QUOTA
-       sb->s_qcop = &vfs_quotactl_ops;
+       sb->s_qcop = &dquot_quotactl_ops;
        sb->dq_op = NULL; /* &dquot_operations */
 #endif