]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ocfs2: update gfp/slab.h includes
authorTejun Heo <tj@kernel.org>
Mon, 29 Mar 2010 17:52:32 +0000 (02:52 +0900)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 28 Jun 2010 00:19:19 +0000 (10:19 +1000)
Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
gfp.h or slab.h is included as necessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
fs/ocfs2/reservations.c

index 40650021fc24f633deb020ec10b26492315c27f9..d8b6e4259b80022cb824326f4ce2c665089b5818 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <linux/fs.h>
 #include <linux/types.h>
-#include <linux/slab.h>
 #include <linux/highmem.h>
 #include <linux/bitops.h>
 #include <linux/list.h>