]> git.ipfire.org Git - people/ms/linux.git/commit - fs/ext4/ext4.h
[PATCH] ext4: 48bit i_file_acl
authorBadari Pulavarty <pbadari@us.ibm.com>
Wed, 11 Oct 2006 08:21:09 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:17 +0000 (11:14 -0700)
commita1ddeb7eaecea6a924e3a79aa386797020cb436f
treeaa044e5447394097b9a6e8d1222988ba50d3b8b5
parent299717696d48531d70aeb4614c3939e4a28456c1
[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 <pbadari@us.ibm.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext4/inode.c
include/linux/ext4_fs.h