Skip to content

Commit 9f364e1

Browse files
jonnygranttytso
authored andcommitted
add comment for ext4_dir_entry_2 file_type member
Signed-off-by: Jonathan Grant <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 14ff628 commit 9f364e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/ext4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ struct ext4_dir_entry_2 {
20612061
__le32 inode; /* Inode number */
20622062
__le16 rec_len; /* Directory entry length */
20632063
__u8 name_len; /* Name length */
2064-
__u8 file_type;
2064+
__u8 file_type; /* See file type macros EXT4_FT_* below */
20652065
char name[EXT4_NAME_LEN]; /* File name */
20662066
};
20672067

0 commit comments

Comments
 (0)