X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosd-zfs%2Fosd_xattr.c;h=3b4c2f395a59386bf1e2761b74a2de5a017d242d;hb=cbc084f9e06ca589768f5a84699b476721db9fd6;hp=448f6fb63e8c4f5def3673be05c2e1f293972b8f;hpb=d10200a80770f0029d1d665af954187b9ad883df;p=fs%2Flustre-release.git diff --git a/lustre/osd-zfs/osd_xattr.c b/lustre/osd-zfs/osd_xattr.c index 448f6fb..3b4c2f3 100644 --- a/lustre/osd-zfs/osd_xattr.c +++ b/lustre/osd-zfs/osd_xattr.c @@ -607,10 +607,6 @@ int osd_xattr_set(const struct lu_env *env, struct dt_object *dt, strcmp(name, XATTR_NAME_POSIX_ACL_DEFAULT) == 0)) RETURN(-EOPNOTSUPP); - if (OBD_FAIL_CHECK(OBD_FAIL_LFSCK_LINKEA_OVERFLOW) && - strcmp(name, XATTR_NAME_LINK) == 0) - RETURN(-ENOSPC); - oh = container_of0(handle, struct osd_thandle, ot_super); down_write(&obj->oo_guard);