From: Richard Guy Briggs Date: Mon, 25 Aug 2014 00:37:52 +0000 (-0400) Subject: audit: correct AUDIT_GET_FEATURE return message type X-Git-Tag: fixes-against-v3.18-rc2~31^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef91514774a140e468f99d73d7593521e6d25dc;p=pandora-kernel.git audit: correct AUDIT_GET_FEATURE return message type When an AUDIT_GET_FEATURE message is sent from userspace to the kernel, it should reply with a message tagged as an AUDIT_GET_FEATURE type with a struct audit_feature. The current reply is a message tagged as an AUDIT_GET type with a struct audit_feature. This appears to have been a cut-and-paste-eo in commit b0fed40. Reported-by: Steve Grubb Signed-off-by: Richard Guy Briggs --- Reading git-diff-tree failed