]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/quota_v1.c
kernel-doc: detect/prevent duplicate doc section names
[linux-2.6-omap-h63xx.git] / fs / quota_v1.c
index f3841f233069659e79a451a1d0f06f005f5ac83c..a6cf9269105c478e7a88db2ca6b074b8bcc0933d 100644 (file)
@@ -139,6 +139,9 @@ static int v1_read_file_info(struct super_block *sb, int type)
                goto out;
        }
        ret = 0;
+       /* limits are stored as unsigned 32-bit data */
+       dqopt->info[type].dqi_maxblimit = 0xffffffff;
+       dqopt->info[type].dqi_maxilimit = 0xffffffff;
        dqopt->info[type].dqi_igrace = dqblk.dqb_itime ? dqblk.dqb_itime : MAX_IQ_TIME;
        dqopt->info[type].dqi_bgrace = dqblk.dqb_btime ? dqblk.dqb_btime : MAX_DQ_TIME;
 out: