From: Jean Noel Cordenner Date: Tue, 29 Jan 2008 04:58:27 +0000 (-0500) Subject: ext4: Add inode version support in ext4 X-Git-Tag: v2.6.25-rc1~1166^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ec56b518257a56d2ff41a941d288e4b5ff9488;p=pandora-kernel.git ext4: Add inode version support in ext4 This patch adds 64-bit inode version support to ext4. The lower 32 bits are stored in the osd1.linux1.l_i_version field while the high 32 bits are stored in the i_version_hi field newly created in the ext4_inode. This field is incremented in case the ext4_inode is large enough. A i_version mount option has been added to enable the feature. Signed-off-by: Mingming Cao Signed-off-by: Andreas Dilger Signed-off-by: Kalpak Shah Signed-off-by: Aneesh Kumar K.V Signed-off-by: Jean Noel Cordenner --- Reading git-diff-tree failed