lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <bf50e54f-2a0c-17a4-89c3-4afcc298daeb@jguk.org> Date: Sun, 3 May 2020 13:52:24 +0100 From: Jonny Grant <jg@...k.org> To: linux-ext4@...r.kernel.org Subject: /fs/ext4/ext4.h add a comment to ext4_dir_entry_2 Hello Could a comment be added to clarify 'file_type' ? struct ext4_dir_entry_2 { __le32 inode; /* Inode number */ __le16 rec_len; /* Directory entry length */ __u8 name_len; /* Name length */ __u8 file_type; char name[EXT4_NAME_LEN]; /* File name */ }; This what I am proposing to add: __u8 file_type; /* See directory file type macros below */ Thank you Jonny