]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDS: do journal on rename if we're auth for the inode.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 13 May 2011 21:42:22 +0000 (14:42 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 13 May 2011 23:28:48 +0000 (16:28 -0700)
commitb8ddecce572f6598195824d9a6f4b3e9f983083a
tree908e04b845c497c5975c75cb24140444573a18e2
parenta17db024f3ac2ee48794811322b98ca28743e2a4
MDS: do journal on rename if we're auth for the inode.

We missed this case: we can be auth for the inode being moved without
being auth for the srcdn (first case) or owning a clobbered inode
(last case).

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/mds/Server.cc