mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
Cleanup: add comments
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
parent
22a75edd47
commit
9db27ee071
@ -59,8 +59,9 @@
|
||||
/*
|
||||
* For further optimization on multi-head logs, on-disk layout supports maximum
|
||||
* 16 logs by default. The number, 16, is expected to cover all the cases
|
||||
* enoughly.
|
||||
*/
|
||||
* enoughly. The implementaion currently uses no more than 6 logs.
|
||||
* Half the logs are used for nodes, and the other half are used for data.
|
||||
*/
|
||||
#define MAX_ACTIVE_LOGS 16
|
||||
#define MAX_ACTIVE_NODE_LOGS 8
|
||||
#define MAX_ACTIVE_DATA_LOGS 8
|
||||
|
Loading…
Reference in New Issue
Block a user