commit | db8906da596708865a2ead6a8c2af090255ca549 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Oct 16 23:30:11 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 17 08:42:59 2007 -0700 |
tree | f8882fd724c7972b0042b7fc6dcb9831c5cc2e3d | |
parent | 1efd24fa05976ea20582c18dd4b80d7311b9b94a [diff] |
Use KMEM_CACHE macro to create the nsproxy cache The blessed way for standard caches is to use it. Besides, this may give this cache a better alignment. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Cedric Le Goater <clg@fr.ibm.com> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>