linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonny Grant <jg@jguk.org>
To: Ext4 Developers List <linux-ext4@vger.kernel.org>
Subject: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
Date: Fri, 8 May 2020 21:36:43 +0100	[thread overview]
Message-ID: <5b9bc322-fe02-72cc-9aa7-a27b26894ce0@jguk.org> (raw)

[-- 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 */
 };
 

             reply	other threads:[~2020-05-08 20:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 20:36 Jonny Grant [this message]
2020-05-11 20:19 ` [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5b9bc322-fe02-72cc-9aa7-a27b26894ce0@jguk.org \
    --to=jg@jguk.org \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).