2.6.18カーネルのリリース

linux-2.6.18がリリースされた。私のパッチは24本マージされている。
その殆どがxattr/jffs2関連だが、pacct関連のバグ修正なども含まれている。

[JFFS2][XATTR] Fix memory leak in POSIX-ACL support
[JFFS2][XATTR] Fix xd->refcnt race condition
[JFFS2][XATTR] coexistence between xattr and write buffering support.
[JFFS2][XATTR] Fix wrong copyright
[JFFS2][XATTR] Re-define xd->refcnt as atomic_t
[JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
[JFFS2][XATTR] rid unnecessary writing of delete marker.
[JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.
[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion
[PATCH] pacct: none-delayed process accounting accumulation
[PATCH] pacct: avoidance to refer the last thread as
a representation of the process
[PATCH] pacct: add pacct_struct to fix some pacct bugs.
[JFFS2][XATTR] Fix obvious typo
[JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases.
[JFFS2][XATTR] remove redundant pointer cast in acl.c
[JFFS2][XATTR] remove '__KERNEL__' from acl.h
[JFFS2][XATTR] remove senseless comment
[JFFS2][XATTR] Unify each file header part with any jffs2 file.
[JFFS2][XATTR] '#include ' was added into xattr.h.
[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)
[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.
[JFFS2][XATTR] Add a description about c->xattr_sem
[JFFS2][XATTR] remove typedef from posix_acl related definition.
[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)