From 2083fa4c333cec0c6fac04bedf96ec345b728dc3 Mon Sep 17 00:00:00 2001 From: sage Date: Fri, 1 Jul 2005 18:38:59 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@377 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/osdc/Filer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/osdc/Filer.cc b/ceph/osdc/Filer.cc index f70ef3ff776c3..0c7558ac616c6 100644 --- a/ceph/osdc/Filer.cc +++ b/ceph/osdc/Filer.cc @@ -259,7 +259,7 @@ Filer::write(inodeno_t ino, cur.claim_append(thisbit); } assert(cur.length() == it->len); - m->set_data(cur); + m->get_data().claim(cur); off += it->len; -- 2.47.3