linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fw: [PATCH] coda: credentials error
@ 2008-10-24  5:54 Stephen Rothwell
  2008-10-24 10:08 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-10-24  5:54 UTC (permalink / raw)
  To: David Howells, James Morris; +Cc: Randy Dunlap, linux-next, LKML, akpm

[Added more recipients]

I have added this patch to today's linux-next.

Begin forwarded message:

Date: Thu, 23 Oct 2008 18:17:45 -0700
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>, akpm <akpm@linux-foundation.org>
Subject: [PATCH] coda: credentials error


From: Randy Dunlap <randy.dunlap@oracle.com>

Needs a header file for credentials struct:

linux-next-20081023/fs/coda/file.c:177: error: dereferencing pointer to incomplete type

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 fs/coda/file.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20081023.orig/fs/coda/file.c
+++ linux-next-20081023/fs/coda/file.c
@@ -13,6 +13,7 @@
 #include <linux/file.h>
 #include <linux/fs.h>
 #include <linux/stat.h>
+#include <linux/cred.h>
 #include <linux/errno.h>
 #include <linux/smp_lock.h>
 #include <linux/string.h>



-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fw: [PATCH] coda: credentials error
  2008-10-24  5:54 Fw: [PATCH] coda: credentials error Stephen Rothwell
@ 2008-10-24 10:08 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2008-10-24 10:08 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: dhowells, James Morris, Randy Dunlap, linux-next, LKML, akpm


That looks okay.  This could go upstream now as linux/cred.h is already
upstream, even if the other patches aren't yet.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-24 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-24  5:54 Fw: [PATCH] coda: credentials error Stephen Rothwell
2008-10-24 10:08 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).