[Yaffs] why isn't root tnode freed when file is deleted?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: shizheng
Date:  
To: yaffs
Subject: [Yaffs] why isn't root tnode freed when file is deleted?
Hi,
In yaffs_SoftDeleteWorker, all tnodes other than the root one are freed.
When there're plenty of deleted files(not GCed yet), the root tnode
will take considerable RAM(when wideTnodesDisabled=0).
Why not free the root tnode at the same time? Or is it just a trival
question, huh?

regards, shizheng