Re: [PATCH 2/2] e2fsprogs: enable user namespace xattrs by default
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-02-16 22:56:36
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-02-16 22:56:36
On Wed, Feb 16, 2011 at 03:53:01PM -0600, Eric Sandeen wrote:
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