]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
vmscan-use-atomic-long-for-shrinker-batching-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Oct 2011 00:42:58 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:22 +0000 (17:49 +1100)
massage atomic.h inclusions

Cc: Dave Chinner <david@fromorbit.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/fs.h
include/linux/mm.h

index 6006b19f74365af923fbe8e5e8d237a4f60c3760..e005f34d4da87c682f08efe1c0af800d303649f4 100644 (file)
@@ -392,8 +392,8 @@ struct inodes_stat_t {
 #include <linux/semaphore.h>
 #include <linux/fiemap.h>
 #include <linux/rculist_bl.h>
-#include <linux/shrinker.h>
 #include <linux/atomic.h>
+#include <linux/shrinker.h>
 
 #include <asm/byteorder.h>
 
index 7438071b44aa7d3c5f12a60824941de05940eb42..23d95283cac4191b0f8869c7e1f549b498b5df4e 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/mmzone.h>
 #include <linux/rbtree.h>
 #include <linux/prio_tree.h>
+#include <linux/atomic.h>
 #include <linux/debug_locks.h>
 #include <linux/mm_types.h>
 #include <linux/range.h>