[Yaffs] a question about yaffs_hold_space

Página Inicial
Anexos:
Mensagem como email
+ (text/plain)
Delete this message
Reply to this message
Autor: chenjie
Data:  
Para: yaffs, cdhmanning
Assunto: [Yaffs] a question about yaffs_hold_space

Hi:
why the yaffs_hold_space reserved 20 chunk?
    return (n_free_chunks > 20) ? 1 : 0;