forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 292
minfs: Storing inodes #367
Open
Description
MinFS uses 1 block to store all the inodes. The block size is 4096 bytes and the size of minfs_inode is 144 bytes, so it can only store 28 inodes. However, value of MINFS_NUM_INODES is 32. Do I miss anything?
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.