Opened 15 years ago
Closed 15 years ago
#5706 closed enhancement (fixed)
Changed Inode ID bounds check
Reported by: | jvff | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/ext2 | Version: | R1/alpha1 |
Keywords: | gsoc2010 ext2 inode NumInodes | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In "kernel_interface.cpp", I changed the Inode ID bounds so it would limit the Inode ID to the maximum number of Inodes in the file system. It also contains a superblock check to see if it indicates that the file system has errors.
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | ext2_numInodes.patch added |
---|
comment:1 by , 15 years ago
Keywords: | gsoc2010 added |
---|
comment:2 by , 15 years ago
by , 15 years ago
Attachment: | ext2_numInodes2.patch added |
---|
Patch containing only changes relative to inode bounds checking.
Note:
See TracTickets
for help on using tickets.
I like it, but I have one coding style remark, and one suggestion:
Thanks!