ocfs2/xattr: Restore not_found in xis
authorTao Ma <tao.ma@oracle.com>
Wed, 19 Nov 2008 08:48:42 +0000 (16:48 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:55 +0000 (08:36 -0800)
commit9f868f16e40e9ad8e39aebff94a4be0d96520734
tree1099a634a2cc283ca523947a816bd746ee3768a9
parent97aff52ae13d3c11a074bbbfc80ad0b59cb8cdeb
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 <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c