diff options
Diffstat (limited to 'fs/ext2.h')
| -rw-r--r-- | fs/ext2.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ // ======================= // // based on osdev wiki article: http://wiki.osdev.org/Ext2 -// root directory is inode 2 per definition! +// The root directory is inode 2 per definition! +// // we do not care about files >4gb (no triply linked lists and no size_high) // we also use only name_length_low so max length is 255 chars // |
