* Adding Deprecated Attribute Tags
@ 2003-11-13 13:32 Joseph D. Wagner
0 siblings, 0 replies; only message in thread
From: Joseph D. Wagner @ 2003-11-13 13:32 UTC (permalink / raw)
To: linux-fsdevel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-11-14 1:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-13 13:32 Adding Deprecated Attribute Tags Joseph D. Wagner
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).