public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org
Cc: akpm <akpm@linux-foundation.org>,
	Trond Myklebust <Trond.Myklebust@netapp.com>
Subject: [PATCH -mmotm] nfs/cache_lib: fix sunrpc struct build error
Date: Fri, 21 Aug 2009 09:57:56 -0700	[thread overview]
Message-ID: <20090821095756.390c102e.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200908210222.n7L2Musb015815@imap1.linux-foundation.org>

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

Add header file for struct delayed_work:

In file included from fs/nfs/cache_lib.c:14:
include/linux/sunrpc/rpc_pipe_fs.h:35: error: field 'queue_timeout' has incomplete type

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 include/linux/sunrpc/rpc_pipe_fs.h |    2 ++
 1 file changed, 2 insertions(+)

--- mmotm-2009-0820-1918.orig/include/linux/sunrpc/rpc_pipe_fs.h
+++ mmotm-2009-0820-1918/include/linux/sunrpc/rpc_pipe_fs.h
@@ -3,6 +3,8 @@
 
 #ifdef __KERNEL__
 
+#include <linux/workqueue.h>
+
 struct rpc_pipe_msg {
 	struct list_head list;
 	void *data;



---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

  parent reply	other threads:[~2009-08-21 16:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-21  2:22 mmotm 2009-08-20-19-18 uploaded akpm
2009-08-21 10:38 ` Dave Young
2009-08-21 18:43   ` Balbir Singh
2009-08-21 20:50   ` Paul Menage
2009-08-21 16:57 ` Randy Dunlap [this message]
2009-08-21 17:51   ` [PATCH -mmotm] nfs/cache_lib: fix sunrpc struct build error Trond Myklebust
2009-08-21 16:58 ` [PATCH -mmotm] ummunotify: fix userspace build Randy Dunlap
2009-08-21 17:44   ` Roland Dreier

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=20090821095756.390c102e.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    /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