]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
fix nspace assignment in LFNIndex::lfn_parse_object_name 176/head
authorLoic Dachary <loic@dachary.org>
Sat, 30 Mar 2013 17:15:12 +0000 (18:15 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 2 Apr 2013 11:07:24 +0000 (13:07 +0200)
commitaee654916ba18c1ac3c41a641c3c05a3b0cec592
tree2fa9aa6db571aa4ead32167f91f754253721fc7d
parentdd19d693e6528c70167958ebc57e075200a08803
fix nspace assignment in LFNIndex::lfn_parse_object_name

The unused ns variable is assigned to the nspace data member of the
parsed hobject_t. It would be nicer to use a constructor accepting
the namespace in argument.

http://tracker.ceph.com/issues/4597 refs #4597

Signed-off-by: Loic Dachary <loic@dachary.org>
src/os/LFNIndex.cc
src/test/os/TestLFNIndex.cc