[Yaffs] a question about yaffs_hold_space

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: chenjie
Date:  
To: yaffs, cdhmanning
Subject: [Yaffs] a question about yaffs_hold_space

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