diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-30 02:52:32 +0900 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 10:19:19 +1000 |
commit | 327f935a9ef644c0ec3d050c94bce753756d60c0 (patch) | |
tree | be1cadad98a4e91566a0ab1be7112fad38db97f4 /fs/ocfs2/reservations.c | |
parent | f244f31a0d31402c2c1b1950108e0013353cc3f3 (diff) | |
download | linux-327f935a9ef644c0ec3d050c94bce753756d60c0.tar.bz2 |
ocfs2: update gfp/slab.h includes
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>
Diffstat (limited to 'fs/ocfs2/reservations.c')
-rw-r--r-- | fs/ocfs2/reservations.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/reservations.c b/fs/ocfs2/reservations.c index 40650021fc24..d8b6e4259b80 100644 --- a/fs/ocfs2/reservations.c +++ b/fs/ocfs2/reservations.c @@ -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> |