Loading fs/ceph/xattr.c +1 −1 Original line number Diff line number Diff line Loading @@ -592,7 +592,7 @@ static int __build_xattrs(struct inode *inode) 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) Loading Loading
fs/ceph/xattr.c +1 −1 Original line number Diff line number Diff line Loading @@ -592,7 +592,7 @@ static int __build_xattrs(struct inode *inode) 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) Loading