From: Ilya Dryomov Date: Mon, 27 Jan 2014 15:40:18 +0000 (+0200) Subject: libceph: introduce and start using oid abstraction X-Git-Tag: v3.14-rc1~71^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4295f2217a5aa8ef2738e3a368db3c1ceab41212;p=pandora-kernel.git libceph: introduce and start using oid abstraction In preparation for tiering support, which would require having two (base and target) object names for each osd request and also copying those names around, introduce struct ceph_object_id (oid) and a couple helpers to facilitate those copies and encapsulate the fact that object name is not necessarily a NUL-terminated string. Signed-off-by: Ilya Dryomov Reviewed-by: Sage Weil --- Reading git-diff-tree failed