]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ext4: reserve xattr index for the Hurd
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2016 03:38:36 +0000 (23:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2016 03:38:36 +0000 (23:38 -0400)
commit3980bd3b406addb327d858aebd19e229ea340b9a
treee53f0b0b21c45c63f6f55afede89695ab225bd5c
parent7bc9491645118c9461bd21099c31755ff6783593
ext4: reserve xattr index for the Hurd

The Hurd is using inode fields which restricts it from using more
advanced ext4 file system features, due to design choices made over a
decade ago.  By giving the Hurd an extended attribute index field we
allow it to move the translator and author fields out of the core
inode fields, and hopefully we can get rid of ugly hacks such as
EXT4_OS_HURD and EXT4_MOUNT2_HURD_COMPAT somday.

For more information please see:
      https://summerofcode.withgoogle.com/projects/#5869799859027968

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.h