• Andrew Morton's avatar
    [PATCH] Bigger quota hashtable · 2187a5e4
    Andrew Morton authored
    From: Jan Kara <jack@ucw.cz>
    
    I found out that quota uses hash table with just 43 entries to hash dquot
    entries.  I guess that we can afford using one page for that
    (quotactl(Q_GETQUOTA...), got faster like 3x for 4000 users).  Attached patch
    implements that.
    2187a5e4
dquot.c 48.5 KB