Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [rfc] enable USE=xattr by default
Date: Thu, 15 Oct 2015 11:49:16
Message-Id: CAGfcS_kjHY6QAGc_76RAhsYER9v9uAhq-+XG=TAN8yv40aDSpg@mail.gmail.com
In Reply to: Re: [gentoo-dev] [rfc] enable USE=xattr by default by Tobias Klausmann
1 On Thu, Oct 15, 2015 at 7:22 AM, Tobias Klausmann <klausman@g.o> wrote:
2 >
3 > So it's not a BTRFS problem, but one of tmpfs. So I wondered if I
4 > maybe had missed to activate xattr suport for tmpfs, but no:
5 >
6 > # zgrep -i tmpfs /proc/config.gz
7 > CONFIG_DEVTMPFS=y
8 > CONFIG_DEVTMPFS_MOUNT=y
9 > CONFIG_TMPFS=y
10 > CONFIG_TMPFS_POSIX_ACL=y
11 > CONFIG_TMPFS_XATTR=y
12 > #
13
14 Same here (but I don't enable DEVTMPFS_MOUNT). I had also wondered if
15 this was btrfs-related but it might indeed be tmpfs related.
16
17 --
18 Rich