Commit 9f364e1d authored by Jonathan Grant's avatar Jonathan Grant Committed by Theodore Ts'o

add comment for ext4_dir_entry_2 file_type member

Signed-off-by: default avatarJonathan Grant <jg@jguk.org>
Reviewed-by: default avatarAndreas Dilger <adilger@dilger.ca>
Link: https://lore.kernel.org/r/ad3290d5-86af-99c1-f9d5-cd1bab710429@jguk.orgSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 14ff6286
......@@ -2061,7 +2061,7 @@ struct ext4_dir_entry_2 {
__le32 inode; /* Inode number */
__le16 rec_len; /* Directory entry length */
__u8 name_len; /* Name length */
__u8 file_type;
__u8 file_type; /* See file type macros EXT4_FT_* below */
char name[EXT4_NAME_LEN]; /* File name */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment