UBIFS: remove incorrect index space check
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 25 Aug 2008 13:02:31 +0000 (16:02 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 31 Aug 2008 14:16:03 +0000 (17:16 +0300)
commit8aabb75017291ba68c09ff5fdb998ef0a1fdaaf9
treea16b1f8bf707b6611f6e2a966dc35f6bc3bbe762
parent9e5de3549615818cae9c20a0ee1fd3ad4a747758
UBIFS: remove incorrect index space check

When we report free space to user-space, we should not report
0 if the amount of empty LEBs is too low, because they would
be produced by GC when needed. Thus, just call
'ubifs_calc_available()' straight away which would take
'min_idx_lebs' into account anyway.

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