]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
UBIFS: do not update min_idx_lebs in stafs
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 22 Aug 2008 09:26:40 +0000 (12:26 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 31 Aug 2008 14:15:43 +0000 (17:15 +0300)
This is bad because the rest of the code should not depend on it,
and this may hide bugss, instead of revealing them.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/budget.c

index 1540981574738e45b4585c27d9cf5a8f43df21c9..ac0d2e1e73b105a64bc92445301a0b9b5d25d1d6 100644 (file)
@@ -741,7 +741,6 @@ long long ubifs_budg_get_free_space(struct ubifs_info *c)
 
        available = ubifs_calc_available(c, min_idx_lebs);
        outstanding = c->budg_data_growth + c->budg_dd_growth;
-       c->min_idx_lebs = min_idx_lebs;
        spin_unlock(&c->space_lock);
 
        if (available > outstanding)