Project

General

Profile

Bug #4616

libceph: define ceph_decode_pgid() only once

Added by Alex Elder almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

There are two basically identical definitions of __decode_pgid()
in libceph, one in "net/ceph/osdmap.c" and the other in
"net/ceph/osd_client.c". Get rid of both, and instead define
a single inline version in "include/linux/ceph/osdmap.h".

Signed-off-by: Alex Elder <>

History

#1 Updated by Alex Elder almost 11 years ago

  • Tracker changed from Cleanup to Bug
  • Status changed from In Progress to Fix Under Review

The following has been posted for review:

[PATCH] libceph: define ceph_decode_pgid() only once

This is really a cleanup, but I changed it to be a bug
so I could mark it "Need Review".

[Grumble grumble.]

#2 Updated by Alex Elder almost 11 years ago

  • Status changed from Fix Under Review to Resolved

The following has been committed to the "testing" branch
of the ceph-client git repository:

85b6aab libceph: define ceph_decode_pgid() only once

Also available in: Atom PDF