]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: allow xattrs on the root inode
authorGreg Farnum <greg@inktank.com>
Thu, 21 Feb 2013 22:21:08 +0000 (14:21 -0800)
committerGreg Farnum <greg@inktank.com>
Thu, 21 Feb 2013 22:21:08 +0000 (14:21 -0800)
commit9f82ae60fac30391dfa9d17d2fc014bf9e21f387
treee2f9b85c9cef58187189f4823e4a188f28dee7a8
parent08efb158ae5483dfd9a12cf4d2b051941aead664
mds: allow xattrs on the root inode

This was previously disallowed because Once Upon a Time, the root
inode wasn't persisted to disk and was an entirely in-memory construct. But
it's safe now, and has been for a while.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/Server.cc