X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fquota%2Fquota_context.c;h=c529bed0a64468ae0452242d33523cc0fd147297;hb=39eabbad40b25b1950ae21c9ba72e8de4098565b;hp=9eb829bbd86ae0c6cb0880b4cb68ff8b438891ed;hpb=14d1efa1ecda80f11f6cc1d42c517dcfdf914ce5;p=fs%2Flustre-release.git diff --git a/lustre/quota/quota_context.c b/lustre/quota/quota_context.c index 9eb829b..c529bed 100644 --- a/lustre/quota/quota_context.c +++ b/lustre/quota/quota_context.c @@ -87,8 +87,8 @@ int qunit_cache_init(void) LASSERT(qunit_cachep == NULL); qunit_cachep = cfs_mem_cache_create("ll_qunit_cache", - sizeof(struct lustre_qunit), - 0, 0); + sizeof(struct lustre_qunit), + 0, 0); if (!qunit_cachep) RETURN(-ENOMEM);