]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - mm/slob.c
sl[au]b: always get the cache from its page in kmem_cache_free()
[mirror_ubuntu-zesty-kernel.git] / mm / slob.c
index 795bab7d391da90fbd68cfd7c4730485db69b294..a99fdf7a0907db8f0f12909435e7da714f917d9a 100644 (file)
--- a/mm/slob.c
+++ b/mm/slob.c
@@ -58,7 +58,6 @@
 
 #include <linux/kernel.h>
 #include <linux/slab.h>
-#include "slab.h"
 
 #include <linux/mm.h>
 #include <linux/swap.h> /* struct reclaim_state */
@@ -73,6 +72,7 @@
 
 #include <linux/atomic.h>
 
+#include "slab.h"
 /*
  * slob_block has a field 'units', which indicates size of block if +ve,
  * or offset of next block if -ve (in SLOB_UNITs).