]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: drop "_cb" from name of struct ceph_vxattr_cb
authorAlex Elder <elder@dreamhost.com>
Mon, 23 Jan 2012 21:49:28 +0000 (15:49 -0600)
committerAlex Elder <elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:46 +0000 (10:47 -0500)
commitbde8c4ba49114c1cffce420147d5687066c2649f
tree3a983dfa715e1cf5594798bf48aa4668ba6de815
parent1bc9903e156f8c46ebd7fd98abbe651e87592ff8
ceph: drop "_cb" from name of struct ceph_vxattr_cb

A struct ceph_vxattr_cb does not represent a callback at all, but
rather a virtual extended attribute itself.  Drop the "_cb" suffix
from its name to reflect that.

Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/xattr.c