ceph/osd_client: add support for CEPH_OSD_OP_GETXATTR
authorDavid Disseldorp <ddiss@suse.de>
Sun, 23 Aug 2015 22:32:00 +0000 (00:32 +0200)
committerDavid Disseldorp <ddiss@suse.de>
Mon, 24 Aug 2015 12:38:45 +0000 (14:38 +0200)
commitca99edbd0a4fda647c3bd54d1a4b65e15b56f9e6
tree3dd6d374048cbf78c0a6f0dc3667aabfcc1c0fea
parent79463d7109e641a6143ced45b821ec74e02e6303
ceph/osd_client: add support for CEPH_OSD_OP_GETXATTR

Allows for xattr retrieval. Response data buffer allocation is the
responsibility of the osd_req_op_xattr_init() caller.

Signed-off-by: David Disseldorp <ddiss@suse.de>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c