diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-12-12 11:13:17 -0500 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-12-23 05:22:58 -0500 |
commit | 21a60258976227daaf7a4c35e96c3d77d4988b15 (patch) | |
tree | 73c9de022a0a947ca4f5e8d8edfdbd8321270464 /fs/ubifs/ubifs.h | |
parent | 24fa9e9438b263600737c839b36543981d87d65b (diff) |
UBIFS: improve budgeting dump
Dump available space calculated by budgeting subsystem.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 055c6b52d2f6..e61c08106b47 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -419,7 +419,7 @@ struct ubifs_unclean_leb { | |||
419 | * | 419 | * |
420 | * LPROPS_UNCAT: not categorized | 420 | * LPROPS_UNCAT: not categorized |
421 | * LPROPS_DIRTY: dirty > 0, not index | 421 | * LPROPS_DIRTY: dirty > 0, not index |
422 | * LPROPS_DIRTY_IDX: dirty + free > UBIFS_CH_SZ and index | 422 | * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index |
423 | * LPROPS_FREE: free > 0, not empty, not index | 423 | * LPROPS_FREE: free > 0, not empty, not index |
424 | * LPROPS_HEAP_CNT: number of heaps used for storing categorized LEBs | 424 | * LPROPS_HEAP_CNT: number of heaps used for storing categorized LEBs |
425 | * LPROPS_EMPTY: LEB is empty, not taken | 425 | * LPROPS_EMPTY: LEB is empty, not taken |