From: Badari Pulavarty Date: Wed, 11 Oct 2006 08:21:09 +0000 (-0700) Subject: [PATCH] ext4: 48bit i_file_acl X-Git-Tag: v2.6.19-rc2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ddeb7eaecea6a924e3a79aa386797020cb436f;p=pandora-kernel.git [PATCH] ext4: 48bit i_file_acl As we are planning to support 48-bit block numbers for ext4, we need to support 48-bit block numbers for extended attributes. In the short term, we can do this by reuse (on-disk) 16-bit padding (linux2.i_pad1 currently used only by "hurd") as high order bits for xattr. This patch basically does that. Signed-off-by: Badari Pulavarty Signed-off-by: Dave Kleikamp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed