From: "Joseph D. Wagner" <theman@josephdwagner.info>
To: linux-fsdevel@vger.kernel.org
Subject: Adding Deprecated Attribute Tags
Date: Thu, 13 Nov 2003 19:32:49 +0600 [thread overview]
Message-ID: <200311131932.49203.theman@josephdwagner.info> (raw)
I formally request that the struct ext2_dir_entry and ext3_dir_entry in the
ext2_fs.h and ext3_fs.h files be changed to add the below specified
attributes:
struct ext2_dir_entry {
__u32 inode; /* Inode number */
__u16 rec_len; /* Directory entry length */
__u16 name_len; /* Name length */
char name[EXT2_NAME_LEN]; /* File name */
} __attribute__ ((deprecated));
struct ext3_dir_entry {
__u32 inode; /* Inode number */
__u16 rec_len; /* Directory entry length */
__u16 name_len; /* Name length */
char name[EXT3_NAME_LEN]; /* File name */
} __attribute__ ((deprecated));
This will aid future development and debugging to ensure that everyone uses
the new struct ext2_dir_entry_2 and can take advantage of the additional
fields.
Joseph D. Wagner
reply other threads:[~2003-11-14 1:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200311131932.49203.theman@josephdwagner.info \
--to=theman@josephdwagner.info \
--cc=linux-fsdevel@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