Whamcloud - gitweb
e2fsprogs: enable user namespace xattrs by default
authorEric Sandeen <sandeen@redhat.com>
Thu, 17 Feb 2011 21:56:17 +0000 (15:56 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Feb 2011 02:36:26 +0000 (21:36 -0500)
commit6a426c97ec2de0968b4cde62e5eab3df605bde33
treeea83ff31cc4351384ac5ce5f236a10bdebe9f29d
parent3daf592646b668133079e2200c1e776085f2ffaf
e2fsprogs: enable user namespace xattrs by default

User namespace xattrs are generally useful, and I think extN
is the only filesystem requiring a special mount option to
enable them, when xattrs are otherwise available.  So this
change sets that mount option into the defaults, via a
mke2fs.conf option.

Note that if xattrs are config'd off, this will lead to a
mostly-harmless:

   EXT4-fs (sdc1): (no)user_xattr options not supported

message at mount time...

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/initialize.c
misc/mke2fs.c
misc/mke2fs.conf
misc/mke2fs.conf.5.in
tests/mke2fs.conf.in