Re: Adding a field to ext2_dir_entry_2

From: Andreas Dilger
Date: Mon Apr 04 2005 - 18:44:40 EST


On Apr 04, 2005 18:54 -0400, Vineet Joglekar wrote:
> I working with linux kernel 2.4.28. I want to add 1 more field to
> ext2_dir_entry_2 - the new version of directory entry for ext2fs.
>
> I did add the __u32 field to the struct ext2_dir_entry_2 defined in
> ext2_fs.h I also modified the EXT2_DIR_REC_LEN macro to:
>
> (((name_len) + 12 + EXT2_DIR_ROUND) & ~EXT2_DIR_ROUND)
>
> (+12 instead of +8) to incorporate newly added 4 bytes field.
>
> I made the similar changes to the mke2fs utility also.

This means your filesystem will not be mountable by any other version of
Linux. What is more important is why you want to do this - there are
other mechanisms that may be more appropriate depending on what you are
doing.

Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.

Attachment: pgp00000.pgp
Description: PGP signature