diff --git a/[refs] b/[refs] index 80b3c52c291d..a17ed3e334be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6087fb799e097e7c9d912daa75701de9d62dc53 +refs/heads/master: b37c4d84e9d16fd5b6f31197f02ea0a112fc9e99 diff --git a/trunk/fs/ocfs2/xattr.c b/trunk/fs/ocfs2/xattr.c index 151ba6257fbb..41a6ca004ae3 100644 --- a/trunk/fs/ocfs2/xattr.c +++ b/trunk/fs/ocfs2/xattr.c @@ -1239,7 +1239,7 @@ static int ocfs2_xattr_set_entry(struct inode *inode, free = min_offs - ((void *)last - xs->base) - sizeof(__u32); if (free < 0) - return -EFAULT; + return -EIO; if (!xs->not_found) { size_t size = 0;