[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan
Engelhardt. SGI-PV: 947038 SGI-Modid: xfs-linux-melb:xfs-kern:25529a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -39,8 +39,8 @@ ktrace_init(int zentries)
|
||||
void
|
||||
ktrace_uninit(void)
|
||||
{
|
||||
kmem_cache_destroy(ktrace_hdr_zone);
|
||||
kmem_cache_destroy(ktrace_ent_zone);
|
||||
kmem_zone_destroy(ktrace_hdr_zone);
|
||||
kmem_zone_destroy(ktrace_ent_zone);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user