commit | 524186ace6c4dcc83975b858622a66888b018fd0 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Tue Feb 11 13:23:09 2014 +0800 |
committer | Sage Weil <sage@inktank.com> | Mon Feb 17 12:37:10 2014 -0800 |
tree | bb9e42117541424ea3fe0634797422c9f9063668 | |
parent | bcdfeb2eb4e42b811950b9cd226109291051732a [diff] |
ceph: fix ceph_removexattr() Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 231c02b..a55ec37 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c
@@ -463,7 +463,7 @@ struct ceph_inode_xattr *xattr) { if (!xattr) - return -EOPNOTSUPP; + return -ENODATA; rb_erase(&xattr->node, &ci->i_xattrs.index);