Fix Some Bugs

main
ColdWindScholar 2023-09-09 13:55:30 +08:00
parent 586d9c256b
commit 8defcd7d42
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ class ext4_group_descriptor(ext4_struct):
class ext4_inode(ext4_struct):
EXT2_GOOD_OLD_INODE_SIZE = 128 # Every field passing 128 bytes is "additional data", whose size is specified by i_extra_isize.
EXT2_GOOD_OLD_INODE_SIZE = 128
# Every field passing 128 bytes is "additional data", whose size is specified by i_extra_isize.
# i_mode
S_IXOTH = 0x1 # Others can execute