]> asedeno.scripts.mit.edu Git - linux.git/commit
integrity: remove unneeded initializations in integrity_iint_cache entries
authorJeff Layton <jlayton@redhat.com>
Thu, 6 Jul 2017 14:54:21 +0000 (10:54 -0400)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Mon, 18 Dec 2017 14:43:49 +0000 (09:43 -0500)
commit02c324a55ed9ee4d790eaa9ac8e7cdecbe3e0a22
treea42d691de5e9bb798b31887bdecbc81a6073654e
parent9c655be0644429b71396347887b43676ab4f6781
integrity: remove unneeded initializations in integrity_iint_cache entries

The init_once routine memsets the whole object to 0, and then
explicitly sets some of the fields to 0 again. Just remove the explicit
initializations.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/iint.c