]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
MDS: remove a few other unnecessary is_base() checks
authorGreg Farnum <greg@inktank.com>
Thu, 21 Feb 2013 22:30:42 +0000 (14:30 -0800)
committerGreg Farnum <greg@inktank.com>
Thu, 21 Feb 2013 22:30:42 +0000 (14:30 -0800)
commit79f09bf33e3f4b6815d854fa0ce30b006b1e3e74
treef365933ca16f541a89a2b89653a6570dbb6595f7
parent9f82ae60fac30391dfa9d17d2fc014bf9e21f387
MDS: remove a few other unnecessary is_base() checks

We should let users remove xattrs as well as set them. ;) And
the check in handle_client_setlayout was totally useless -- perhaps
intended for setdirlayout?

This is a follow-on to 9f82ae60fac30391dfa9d17d2fc014bf9e21f387 and
should be taken wherever it goes.

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