search for: ext33_inode

Displaying 1 result from an estimated 1 matches for "ext33_inode".

Did you mean: ext3_inode
2007 Jan 31
1
CHANGE IN THE struct ext3_dir_entry_2 IS SUGGESTED
well a change in the struct ext3_dir_entry_2 like ++ change in the structure struct ext33_dir_entry_2 { ++ union { __le32 inode; ++ struct ext33_inode *emb_i; ++ } u_emb_i; __le16 rec_len; /* Directory entry length */ __u8 name_len; /* Name length */ __u8 file_type; char name[EXT3_NAME_LEN]; /* File name */ }*de; initially the default access was through th...