commit | 492a8a33e1cb966fa0b5756c5fc11d30c8f8848e | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue Aug 18 11:43:17 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Sep 22 20:09:41 2009 -0700 |
tree | eacf691b07c8fa3e81c11ff1d6b8773c2dbb9e77 | |
parent | 913580b4cd445c4fb25d7cf167911a8cf6bdb1eb [diff] |
ocfs2: Add CoW support for xattr. In order to make 2 transcation(xattr and cow) independent with each other, we CoW the whole xattr out in case we are setting them. Signed-off-by: Tao Ma <tao.ma@oracle.com>