From: Tao Ma Date: Wed, 19 Nov 2008 08:48:42 +0000 (+0800) Subject: ocfs2/xattr: Restore not_found in xis X-Git-Tag: v2.6.29-rc1~505^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f868f16e40e9ad8e39aebff94a4be0d96520734;p=pandora-kernel.git ocfs2/xattr: Restore not_found in xis During an xattr set, when we move a xattr which was stored in inode to the outside bucket, we have to delete it and it will use the old value of xis->not_found. xis->not_found is removed by ocfs2_calc_xattr_set_need though, so we must restore it. Signed-off-by: Tao Ma Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed