Loading fs/ceph/xattr.c +1 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ static int __build_xattrs(struct inode *inode) err = -ENOMEM; if (!xattrs) goto bad_lock; memset(xattrs, 0, numattr*sizeof(struct ceph_xattr *)); for (i = 0; i < numattr; i++) { xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); Loading Loading
fs/ceph/xattr.c +1 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ static int __build_xattrs(struct inode *inode) err = -ENOMEM; if (!xattrs) goto bad_lock; memset(xattrs, 0, numattr*sizeof(struct ceph_xattr *)); for (i = 0; i < numattr; i++) { xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); Loading