public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	jaharkes@cs.cmu.edu, dhowells@redhat.com
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	akpm <akpm@linux-foundation.org>
Subject: [PATCH] coda: fix creds reference
Date: Wed, 19 Nov 2008 11:15:56 -0800	[thread overview]
Message-ID: <20081119111556.b20c9895.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20081119175917.7d21cf77.sfr@canb.auug.org.au>


I guess that Stephen carried this patch for a few weeks, but now
he has stopped carrying linux-next build patches.
Still broken.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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>
cc: Jan Harkes <jaharkes@cs.cmu.edu>
---
 fs/coda/file.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20081119.orig/fs/coda/file.c
+++ linux-next-20081119/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>

  parent reply	other threads:[~2008-11-19 19:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19  6:59 linux-next: Tree for November 19 Stephen Rothwell
2008-11-19 18:48 ` linux-next: Tree for November 19 (staging/go7007/) Randy Dunlap
2008-11-19 19:08   ` Greg KH
2008-11-19 18:51 ` linux-next: Tree for November 19 (v4l2 warnings) Randy Dunlap
2008-11-20  0:02   ` Stephen Rothwell
2008-11-20 11:11     ` Mauro Carvalho Chehab
2008-11-19 18:53 ` linux-next: Tree for November 19 (mtd build error) Randy Dunlap
2008-11-19 18:58   ` David Woodhouse
2008-11-19 19:06     ` Randy Dunlap
2008-11-19 19:08       ` David Woodhouse
2008-11-19 19:18       ` Ben Hutchings
2008-11-19 19:24         ` David Woodhouse
2008-11-19 19:43           ` Ben Hutchings
2008-11-19 19:45             ` Randy Dunlap
2008-11-19 18:55 ` linux-next: Tree for November 19 (dvb build errors) Randy Dunlap
2008-11-19 18:59 ` linux-next: Tree for November 19 (ipw2100/2200 " Randy Dunlap
2008-11-19 19:15 ` Randy Dunlap [this message]
2008-11-19 19:33 ` [PATCH -next resend] nfsctl: add headers for credentials Randy Dunlap
2008-11-19 21:17 ` linux-next: Tree for November 19 (section mismatche fpu_init) Richard Holden

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081119111556.b20c9895.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=jaharkes@cs.cmu.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox