[PATCH] Add i_version_hi for 64-bit version

2007-04-03 Thread Kalpak Shah
Hi, I have changed the i_version_hi field to a le32 and also cleaned up the whitespace. This patch adds a 32-bit i_version_hi field to ext4_inode, which can be used for 64-bit inode versions. Signed-off-by: Andreas Dilger [EMAIL PROTECTED] Signed-off-by: Kalpak Shah [EMAIL PROTECTED] Index:

Re: [PATCH] Add i_version_hi for 64-bit version

2007-04-02 Thread Mingming Cao
On Sun, 2007-03-18 at 15:43 +0530, Kalpak Shah wrote: Hi, This patch adds a 32-bit i_version_hi field to ext4_inode, which can be used for 64-bit inode versions. This field will store the higher 32 bits of the version, while Jean Noel's patch has added support to store the lower 32-bits

Re: [PATCH] Add i_version_hi for 64-bit version

2007-04-02 Thread Andreas Dilger
On Apr 02, 2007 14:47 -0700, Mingming Cao wrote: On Sun, 2007-03-18 at 15:43 +0530, Kalpak Shah wrote: This patch adds a 32-bit i_version_hi field to ext4_inode, which can be used for 64-bit inode versions. This field will store the higher 32 bits of the version, while Jean Noel's patch

[PATCH] Add i_version_hi for 64-bit version

2007-03-18 Thread Kalpak Shah
Hi, This patch adds a 32-bit i_version_hi field to ext4_inode, which can be used for 64-bit inode versions. This field will store the higher 32 bits of the version, while Jean Noel's patch has added support to store the lower 32-bits in osd1.linux1.l_i_version. Signed-off-by: Andreas Dilger