[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140618155958.84191bb678bea2d37bb97f5b@linux-foundation.org>
Date: Wed, 18 Jun 2014 15:59:58 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Jack Miller <millerjo@...ibm.com>
Cc: linux-kernel@...r.kernel.org, davidlohr@...com, miltonm@...ibm.com,
anton@....ibm.com
Subject: Re: [PATCH 1/3] shm: Make exit_shm work proportional to task
activity
On Tue, 17 Jun 2014 12:27:45 -0500 Jack Miller <millerjo@...ibm.com> wrote:
> --- a/include/linux/shm.h
> +++ b/include/linux/shm.h
> @@ -1,6 +1,7 @@
> #ifndef _LINUX_SHM_H_
> #define _LINUX_SHM_H_
>
> +#include <linux/list.h>
yup. shm.h only compiles by sheer luck - it uses file, task_struct,
user_struct, time_t, pid_t, __user, and probably other things without
including the required header files.
--
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