fs/Kconfig: move the rest of ncpfs out
[firefly-linux-kernel-4.4.55.git] / fs / dquot.c
index 61bfff64e5af1368a37801311ebe9aed39f42e1e..48c0571f831d5fc72d7724f54ffab6ea1d61849a 100644 (file)
@@ -2090,10 +2090,12 @@ static int do_set_dqblk(struct dquot *dquot, struct if_dqblk *di)
        }
        if (di->dqb_valid & QIF_BTIME) {
                dm->dqb_btime = di->dqb_btime;
+               check_blim = 1;
                __set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
        }
        if (di->dqb_valid & QIF_ITIME) {
                dm->dqb_itime = di->dqb_itime;
+               check_ilim = 1;
                __set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);
        }