]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: don't assert on mismatched rbytes
authorSage Weil <sage@newdream.net>
Tue, 12 Oct 2010 22:26:15 +0000 (15:26 -0700)
committerSage Weil <sage@newdream.net>
Tue, 12 Oct 2010 22:26:15 +0000 (15:26 -0700)
src/mds/CInode.cc

index 63bfe8261efa98bf206ecaef416098ea3ec9749a..1914d4a4461f290300b721aad045e9b39c839448 100644 (file)
@@ -1531,7 +1531,7 @@ void CInode::finish_scatter_gather_update(int type)
            // trust the dirfrag for now
            pi->rstat = pf->rstat;
            pi->rstat.version--;  // (about to re-increment it below!)
-           assert("unmatched rstat rbytes" == 0);
+           //assert("unmatched rstat rbytes" == 0);
          }
        }
       }