|
@@ -1014,6 +1014,7 @@ struct ubifs_debug_info;
|
|
|
* @cmt_wq: wait queue to sleep on if the log is full and a commit is running
|
|
|
*
|
|
|
* @big_lpt: flag that LPT is too big to write whole during commit
|
|
|
+ * @space_fixup: flag indicating that free space in LEBs needs to be cleaned up
|
|
|
* @no_chk_data_crc: do not check CRCs when reading data nodes (except during
|
|
|
* recovery)
|
|
|
* @bulk_read: enable bulk-reads
|
|
@@ -1253,6 +1254,7 @@ struct ubifs_info {
|
|
|
wait_queue_head_t cmt_wq;
|
|
|
|
|
|
unsigned int big_lpt:1;
|
|
|
+ unsigned int space_fixup:1;
|
|
|
unsigned int no_chk_data_crc:1;
|
|
|
unsigned int bulk_read:1;
|
|
|
unsigned int default_compr:2;
|