linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
@ 2020-05-08 20:36 Jonny Grant
  2020-05-11 20:19 ` Andreas Dilger
  2020-05-21 17:20 ` Theodore Y. Ts'o
  0 siblings, 2 replies; 5+ messages in thread
From: Jonny Grant @ 2020-05-08 20:36 UTC (permalink / raw)
  To: Ext4 Developers List

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Please find attached patch for review.

2020-05-08  Jonny Grant  <jg@jguk.org>

	tests: comment ext4_dir_entry_2 file_type member

Cheers, Jonny

[-- Attachment #2: ext4_ext4_dir_entry_2.patch --]
[-- Type: text/x-patch, Size: 425 bytes --]

--- linux/fs/ext4/ext4.h	2020-05-08 21:29:06.854506000 +0100
+++ linux/fs/ext4/ext4.h.new	2020-05-08 21:32:46.651631273 +0100
@@ -2050,7 +2050,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 */
 };
 

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

end of thread, other threads:[~2020-05-21 17:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 20:36 [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2 Jonny Grant
2020-05-11 20:19 ` Andreas Dilger
2020-05-17 22:39   ` Jonny Grant
2020-05-18  4:01     ` Andreas Dilger
2020-05-21 17:20 ` Theodore Y. Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).