]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ubifs/ubifs.h
UBIFS: document dark_wm and dead_wm better
[net-next-2.6.git] / fs / ubifs / ubifs.h
index 0881897a420831a3971edf5bbcd46be6dc6441ab..2e78d6ac007ea2c4c92b446f76a0fa1c0245a142 100644 (file)
@@ -426,9 +426,9 @@ struct ubifs_unclean_leb {
  * LEB properties flags.
  *
  * LPROPS_UNCAT: not categorized
- * LPROPS_DIRTY: dirty > 0, not index
+ * LPROPS_DIRTY: dirty > free, dirty >= @c->dead_wm, not index
  * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index
- * LPROPS_FREE: free > 0, not empty, not index
+ * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
  * LPROPS_HEAP_CNT: number of heaps used for storing categorized LEBs
  * LPROPS_EMPTY: LEB is empty, not taken
  * LPROPS_FREEABLE: free + dirty == leb_size, not index, not taken