ceph: make ceph_setxattr() and ceph_removexattr() more alike
authorAlex Elder <[email protected]>
Mon, 23 Jan 2012 21:49:28 +0000 (15:49 -0600)
committerAlex Elder <[email protected]>
Thu, 22 Mar 2012 15:47:46 +0000 (10:47 -0500)
commit18fa8b3feaac772925263b04b1429d80e2dfd779
treee9f6070faf16baf17bec93caa476afffeaa903b7
parent3ce6cd1233046eb97d6d2bd5d80c1cd40528ea2f
ceph: make ceph_setxattr() and ceph_removexattr() more alike

This patch just rearranges a few bits of code to make more
portions of ceph_setxattr() and ceph_removexattr() identical.

Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: Sage Weil <[email protected]>
fs/ceph/xattr.c