]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix bounds on import
authorSage Weil <sage.weil@dreamhost.com>
Tue, 22 Mar 2011 21:47:15 +0000 (14:47 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 1 Apr 2011 21:34:32 +0000 (14:34 -0700)
commitbafff04248df9f2e2713b4792e3a16a7b0b7b72c
treeb18c1ab6cb373315cbf9c14da2a76867db771aff
parent03c9365ccef5aa90be614c14c969eedaab7418e5
mds: fix bounds on import

The add_ambiguous_import() call was clobbering the bounds field for
EImportStart::replay(), screwing up the subtree auth adjustment.  Make the
argument const.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/journal.cc