]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
nfs: fix compile error in rpc_pipefs.h
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 20 Aug 2009 21:08:39 +0000 (17:08 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 20 Aug 2009 22:20:25 +0000 (18:20 -0400)
This include is needed for the definition of delayed_work.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/rpc_pipe_fs.h

index a92571a34556a8f90fbbc9aca28a7e250c5d08a2..cf14db975da00b6e8031e7ffe1780e7cc9c88832 100644 (file)
@@ -3,6 +3,8 @@
 
 #ifdef __KERNEL__
 
+#include <linux/workqueue.h>
+
 struct rpc_pipe_msg {
        struct list_head list;
        void *data;