Project

General

Profile

Actions

Bug #14449

closed

KeyValueStore:Do not need to judge the return value of save_strip_header

Added by huanwen ren about 8 years ago. Updated about 8 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

int StripObjectMap::save_strip_header(StripObjectHeaderRef strip_header,
                                      KeyValueDB::Transaction t)
{
  if (strip_header->updated) {
    strip_header->header->data.clear();
    ::encode(*strip_header, strip_header->header->data);

    set_header(strip_header->cid, strip_header->oid, *(strip_header->header), t);
  }
  return 0;
}
Actions #2

Updated by Sage Weil about 8 years ago

  • Status changed from New to Won't Fix

we're removing this

Actions

Also available in: Atom PDF