tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: extattr namespaces
On Fri, 10 Feb 2012, YAMAMOTO Takashi wrote:
how about the following mapping?
xattr name string <-> ufs on-disk
"system.foo" <-> SYSTEM "foo"
"others.bar" <-> USER "others.bar"
Looks reasonable, but then which of the following?
a) "user.user.baz" <-> USER "user.baz"
b) "user.baz" <-> USER "user.baz"
c) "user.baz" <-> USER "baz"
d) "baz" <-> USER "baz"
(I suggest b and d)
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index