From: Tejun Heo Date: Mon, 29 Mar 2010 17:52:32 +0000 (+0900) Subject: ocfs2: update gfp/slab.h includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=327f935a9ef644c0ec3d050c94bce753756d60c0;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Cc: Stephen Rothwell Cc: Joel Becker Signed-off-by: Stephen Rothwell --- diff --git a/fs/ocfs2/reservations.c b/fs/ocfs2/reservations.c index 40650021fc2..d8b6e4259b8 100644 --- a/fs/ocfs2/reservations.c +++ b/fs/ocfs2/reservations.c @@ -26,7 +26,6 @@ #include #include -#include #include #include #include