Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198044
b: refs/heads/master
c: c770807
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Sage Weil committed May 17, 2010
1 parent 4487a23 commit a8d446a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 104648ad3f2ebe8556c020e5f0344853076cd5ee
refs/heads/master: c7708075f18086ee7d02df8b891910893e9ea372
6 changes: 0 additions & 6 deletions trunk/fs/ceph/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,6 @@ static int __set_xattr(struct ceph_inode_info *ci,
ci->i_xattrs.names_size -= xattr->name_len;
ci->i_xattrs.vals_size -= xattr->val_len;
}
if (!xattr) {
pr_err("__set_xattr ENOMEM on %p %llx.%llx xattr %s=%s\n",
&ci->vfs_inode, ceph_vinop(&ci->vfs_inode), name,
xattr->val);
return -ENOMEM;
}
ci->i_xattrs.names_size += name_len;
ci->i_xattrs.vals_size += val_len;
if (val)
Expand Down

0 comments on commit a8d446a

Please sign in to comment.