On 01/26/14 00:38, Matthew Dawson wrote: > On January 25, 2014 10:02:09 PM Thomas Lübking wrote: >> On Samstag, 25. Januar 2014 21:03:44 CEST, Matthew Dawson wrote: >>> At least for ext4, xattrs are the default mode >> Indeed - removed user_xattr and they're still there. >> >> Do you happen to know when this happened? (google got me a patch suggest >> from mid 2011 but i found no "hey heads up: xattr now default on ext4") >> >> Sorry for the dated information and thanks for the info), >> Thomas > I have no idea when it happened, as I only found out when I tried to enable > xattr on one of my file systems. I was surprised by it as well.
CONFIG_EXT4_FS_XATTR is now always enabled as of 3.7. See commit 939da1084458246d2e29dd921c2012c177000e96 <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=939da1084458246d2e29dd921c2012c177000e96> Linux 3.7 has been released <https://lkml.org/lkml/2012/12/10/688> on 10 Dec 2012. I don't know if simply upgrade the kernel add xattr support of mkfs is needed