include/linux/cred.h: fix build
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Sep 2009 00:47:12 +0000 (17:47 -0700)
committerJames Morris <jmorris@namei.org>
Wed, 23 Sep 2009 18:01:25 +0000 (11:01 -0700)
commit74908a0009eb36054190ab80deb9671014efed96
treec763a2ca3e5fa4d9b356ab1fe1f1f85da4321109
parent43c1266ce4dc06bfd236cec31e11e9ecd69c0bef
include/linux/cred.h: fix build

mips allmodconfig:

include/linux/cred.h: In function `creds_are_invalid':
include/linux/cred.h:187: error: `PAGE_SIZE' undeclared (first use in this function)
include/linux/cred.h:187: error: (Each undeclared identifier is reported only once
include/linux/cred.h:187: error: for each function it appears in.)

Fixes

commit b6dff3ec5e116e3af6f537d4caedcad6b9e5082a
Author:     David Howells <dhowells@redhat.com>
AuthorDate: Fri Nov 14 10:39:16 2008 +1100
Commit:     James Morris <jmorris@namei.org>
CommitDate: Fri Nov 14 10:39:16 2008 +1100

    CRED: Separate task security context from task_struct

I think.

It's way too large to be inlined anyway.

Dunno if this needs an EXPORT_SYMBOL() yet.

Cc: David Howells <dhowells@redhat.com>
Cc: James Morris <jmorris@namei.org>
Cc: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/cred.h
kernel/cred.c