Sanitize pointer()
commitb608ddfe1816826b5061a5513c0df3c2de2db905
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 11 Mar 2009 07:08:35 +0000 (11 07:08 +0000)
committerChristopher Li <sparse@chrisli.org>
Sat, 18 Jul 2009 05:30:09 +0000 (18 05:30 +0000)
treedd8d2507794ab5510003f65ab9009ec33ed77fd6
parent3829c4d8b097776e6b3472290a9fae08a705ab7a
Sanitize pointer()

There's no need to concat the context list into (empty) one of new node,
only to free the original one.  Moving the pointer to list instead works
fine...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christopher Li <chrisl@hera.kernel.org>
parse.c