]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix mds routing for link requests
authorSage Weil <sage.weil@dreamhost.com>
Tue, 7 Jun 2011 16:58:29 +0000 (09:58 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Tue, 7 Jun 2011 16:58:29 +0000 (09:58 -0700)
commita5662293a289caf524b5b785edb0022ad2a81a67
tree9612794259596299b66fb9761e960538ded0f9de
parent7770e1c6267cea7853a88eae9c621d4bf9ebe34a
client: fix mds routing for link requests

We want to send link requests to the auth for the new name, not the
target inode.  We also want to drop FILE_SHARED caps on new name's
directory.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/client/Client.cc