Re: [PATCH 2/2] e2fsprogs: enable user namespace xattrs by default
From: Eric Sandeen <hidden>
Date: 2011-02-16 22:58:39
From: Eric Sandeen <hidden>
Date: 2011-02-16 22:58:39
On 2/16/11 4:56 PM, Ted Ts'o wrote:
On Wed, Feb 16, 2011 at 03:53:01PM -0600, Eric Sandeen wrote:quoted
Whoops, I didn't realize that acls were in the same boat, of "config on and then turn on with a mount option" Ok, sure, adding that makes sense to me too... Is sticking it in the _initialize() function ok with you? It's a little odd, but ...I think it's probably better to put it in the misc/mke2fs.c; we set a number of superblock options there already. But either place is fine... - Ted
Ok, if we do it in mke2fs.c that's probably better. Or - I wonder how hard it'd be to make this into a mke2fs.conf option instead? I always forget about that route. get_string_from_profile(... "default_mount_opts" ....) ? -Eric