From: KaiGai Kohei Date: Sat, 24 Jun 2006 00:14:13 +0000 (+0900) Subject: [JFFS2][XATTR] rid unnecessary writing of delete marker. X-Git-Tag: v2.6.18-rc1~458^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a13695cbe4e8311b363f9bd25162904b984ca74;p=pandora-kernel.git [JFFS2][XATTR] rid unnecessary writing of delete marker. In the followinf situation, an explicit delete marker is not necessary, because we can certainlly detect those obsolete xattr_datum or xattr_ref on next mounting. - When to delete xattr_datum node. - When to delete xattr_ref node on removing inode. - When to delete xattr_ref node on updating xattr. This patch rids writing delete marker in those situations. Signed-off-by: KaiGai Kohei Signed-off-by: David Woodhouse --- Reading git-diff-tree failed