]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ceph/xattr.c
ceph: cleanup: remove dead code
[net-next-2.6.git] / fs / ceph / xattr.c
index 8938934c4c9336525a84a67a05cf1aa90831f175..d940d14f692237e6e808d3c607725a1927807bc2 100644 (file)
@@ -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)