From: Chen Gang Date: Tue, 12 Nov 2013 23:11:22 +0000 (-0800) Subject: kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_sta... X-Git-Tag: v3.13-rc1~106^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa582663129330d57d15b97ae534dc1203fc3aa;p=pandora-kernel.git kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end() When failure occurs between nla_nest_start() and nla_nest_end(), we should call nla_nest_cancel() to clean up related things. Signed-off-by: Chen Gang Cc: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed