The patch titled debug_locks.h: add "struct task_struct;" has been added to the -mm tree. Its filename is debug_locksh-add-struct-task_struct.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: debug_locks.h: add "struct task_struct;" From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Removes many, many "declared inside parameter list" warnings on parisc. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- diff -puN include/linux/debug_locks.h~debug_locksh-add-struct-task_struct include/linux/debug_locks.h --- a/include/linux/debug_locks.h~debug_locksh-add-struct-task_struct +++ a/include/linux/debug_locks.h @@ -1,6 +1,8 @@ #ifndef __LINUX_DEBUG_LOCKING_H #define __LINUX_DEBUG_LOCKING_H +struct task_struct; + extern int debug_locks; extern int debug_locks_silent; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are debug_locksh-add-struct-task_struct.patch net-fix-more-per-cpu-typos.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-xfs.patch headers_check-improve-include-regexp.patch headers_check-clarify-error-message.patch task_struct-ifdef-missedem-v-ipc.patch ifdef-blktrace-debugging-fields.patch x86_64-fix-more-per-cpu-typos.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch ioctl-messtxt-xfs-typos.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html