]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: dispatch export request
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 18 Apr 2017 02:35:00 +0000 (22:35 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 18 Apr 2017 02:57:50 +0000 (22:57 -0400)
commit3cfd46f0affad5f9c8248f43753cd757b0a1490e
treeb80434f6a6ba5fd30896676cc8e7c473ccf50a2e
parent26a08f31f7965afb062b027a4455620b52e7a67e
mds: dispatch export request

Funnel dispatch through MDCache::dispatch_request so we have only one call site
for Migrator::dispatch_export_dir.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Migrator.cc