Whamcloud - gitweb
Branch b_release_1_8_1
authortianzy <tianzy>
Tue, 19 May 2009 10:23:42 +0000 (10:23 +0000)
committertianzy <tianzy>
Tue, 19 May 2009 10:23:42 +0000 (10:23 +0000)
commit37d4a3737a3baf35b10d6c6a739c88a292b06904
tree4800a67373f07e2ad712a3716208dc060707c24c
parent37edc668a415173f6e281b46dbcb34977b556259
Branch b_release_1_8_1
This patch fixes:
1. I checked quota_check_common(). This function will check quota
for user and group, but only send one return via "pending". In
most cases, the pendings should be same. But that is not always
the case.
2. if quotaoff runs between lquota_chkquota() and
lquota_pending_commit(), the same thing will happen too. That is
why it comes:
-        if (!ll_sb_any_quota_active(qctxt->lqc_sb))
-                RETURN(0);
3. change some format of quota log, based upon
https://bugzilla.lustre.org/show_bug.cgi?id=18574#c65
b=19495
i=johann
i=panda
lustre/include/lustre_quota.h
lustre/mds/mds_open.c
lustre/mds/mds_reint.c
lustre/obdfilter/filter_io_26.c
lustre/quota/quota_interface.c