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 a92571a..cf14db9 100644 (file)
@@ -3,6 +3,8 @@
 
 #ifdef __KERNEL__
 
+#include <linux/workqueue.h>
+
 struct rpc_pipe_msg {
        struct list_head list;
        void *data;