--- linux-2.4.21-rc1-ac1-orig/fs/quota.c Wed Apr 23 11:22:49 2003 +++ linux-2.4.21-rc1-ac1-fixed/fs/quota.c Wed Apr 23 11:22:12 2003 @@ -197,7 +197,9 @@ case Q_SYNC: if (sb) return sb->s_qcop->quota_sync(sb, type); +#ifdef CONFIG_QUOTA sync_dquots_dev(NODEV, type); +#endif return 0; case Q_XQUOTAON: @@ -525,7 +527,9 @@ case Q_COMP_SYNC: if (sb) return sb->s_qcop->quota_sync(sb, type); +#ifdef CONFIG_QUOTA sync_dquots_dev(NODEV, type); +#endif return 0; #ifdef CONFIG_QIFACE_V1 case Q_V1_RSQUASH: {