On 07/25/2014 04:26 AM, Ilya Dryomov wrote: > struct ceph_xattr -> struct ceph_inode_xattr
Looks good. I can't find the definition of ceph_xattr. Reviewed-by: Alex Elder <[email protected]> > Reported-by: Toralf Förster <[email protected]> > Signed-off-by: Ilya Dryomov <[email protected]> > --- > fs/ceph/xattr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c > index f89698cdbc41..12f58d22e017 100644 > --- a/fs/ceph/xattr.c > +++ b/fs/ceph/xattr.c > @@ -592,7 +592,7 @@ start: > xattr_version = ci->i_xattrs.version; > spin_unlock(&ci->i_ceph_lock); > > - xattrs = kcalloc(numattr, sizeof(struct ceph_xattr *), > + xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *), > GFP_NOFS); > err = -ENOMEM; > if (!xattrs) > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
