public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
@ 2020-05-03 12:52 Jonny Grant
  2020-05-04 22:26 ` Andreas Dilger
  0 siblings, 1 reply; 5+ messages in thread
From: Jonny Grant @ 2020-05-03 12:52 UTC (permalink / raw)
  To: linux-ext4

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-04 23:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-03 12:52 /fs/ext4/ext4.h add a comment to ext4_dir_entry_2 Jonny Grant
2020-05-04 22:26 ` Andreas Dilger
2020-05-04 22:39   ` Darrick J. Wong
2020-05-04 23:00     ` Andreas Dilger
2020-05-04 23:14       ` Jonny Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox