commit | 9f868f16e40e9ad8e39aebff94a4be0d96520734 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Wed Nov 19 16:48:42 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:36:55 2009 -0800 |
tree | 1099a634a2cc283ca523947a816bd746ee3768a9 | |
parent | 97aff52ae13d3c11a074bbbfc80ad0b59cb8cdeb [diff] |
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>