The patch titled
     Include kernel.h from configfs.h
has been added to the -mm tree.  Its filename is
     include-kernelh-from-configfsh.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: Include kernel.h from configfs.h
From: [EMAIL PROTECTED]

configfs.h uses the container_of macro and as such should include kernel.h.

Signed-off-by: Ben Nizette <[EMAIL PROTECTED]>
Cc: Joel Becker <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/configfs.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/linux/configfs.h~include-kernelh-from-configfsh 
include/linux/configfs.h
--- a/include/linux/configfs.h~include-kernelh-from-configfsh
+++ a/include/linux/configfs.h
@@ -37,6 +37,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/list.h>
 #include <linux/kref.h>
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

include-kernelh-from-configfsh.patch
git-avr32.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to