[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0803132209400.17859@localhost.localdomain>
Date: Thu, 13 Mar 2008 22:11:22 -0400 (EDT)
From: "Robert P. J. Day" <rpjday@...shcourse.ca>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
cc: rathamahata@...4.ru
Subject: [PATCH] BEFS: Explicitly include required header file slab.h.
Since fs/befs/debug.c invokes kmalloc(), it should explicitly include
<linux/slab.h>.
Signed-off-by: Robert P. J. Day <rpjday@...shcourse.ca>
---
diff --git a/fs/befs/debug.c b/fs/befs/debug.c
index b8e304a..622e737 100644
--- a/fs/befs/debug.c
+++ b/fs/befs/debug.c
@@ -17,6 +17,7 @@
#include <linux/spinlock.h>
#include <linux/kernel.h>
#include <linux/fs.h>
+#include <linux/slab.h>
#endif /* __KERNEL__ */
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists