]> Pileus Git - ~andy/linux/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)
commit881a5fa20092d221a7c4b365742c959ef4b297ec
tree3a983dfa715e1cf5594798bf48aa4668ba6de815
parenteb78808446aeed8e25b080c66bf823c1f188236d
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