Message ID | 1363531902-24909-38-git-send-email-zheng.z.yan@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Reviewed-by: Greg Farnum <greg@inktank.com> On Sun, Mar 17, 2013 at 7:51 AM, Yan, Zheng <zheng.z.yan@intel.com> wrote: > From: "Yan, Zheng" <zheng.z.yan@intel.com> > > Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> > --- > src/mds/MDCache.cc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc > index 30687ec..24f1109 100644 > --- a/src/mds/MDCache.cc > +++ b/src/mds/MDCache.cc > @@ -3823,6 +3823,7 @@ void MDCache::handle_cache_rejoin_weak(MMDSCacheRejoin *weak) > dout(10) << " claiming cap import " << p->first << " client." << q->first << " on " << *in << dendl; > rejoin_import_cap(in, q->first, q->second, from); > } > + mds->locker->eval(in, CEPH_CAP_LOCKS, true); > } > } else { > assert(mds->is_rejoin()); > -- > 1.7.11.7 > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 30687ec..24f1109 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -3823,6 +3823,7 @@ void MDCache::handle_cache_rejoin_weak(MMDSCacheRejoin *weak) dout(10) << " claiming cap import " << p->first << " client." << q->first << " on " << *in << dendl; rejoin_import_cap(in, q->first, q->second, from); } + mds->locker->eval(in, CEPH_CAP_LOCKS, true); } } else { assert(mds->is_rejoin());