X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Focfs2%2Fxattr.c;h=74d7367ade13e1e36cb74a13327ca65573fabf86;hb=b8ef914e58e90c3b4dba5f5bdd8ab04c45d3e008;hp=054e2efb0b7e71f196025c777d61f2cc5954e0f9;hpb=ad1164b79f1905ec1611cdc2a44949618bced2a6;p=linux-2.6-omap-h63xx.git diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 054e2efb0b7..74d7367ade1 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -2645,9 +2645,9 @@ static int ocfs2_xattr_update_xattr_search(struct inode *inode, return ret; } - i = xs->here - old_xh->xh_entries; - xs->here = &xs->header->xh_entries[i]; } + i = xs->here - old_xh->xh_entries; + xs->here = &xs->header->xh_entries[i]; } return ret;