Commit 4dceef96 authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Trond Myklebust

nfs: fix compile error in rpc_pipefs.h

This include is needed for the definition of delayed_work.
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent e1af88a1
......@@ -3,6 +3,8 @@
#ifdef __KERNEL__
#include <linux/workqueue.h>
struct rpc_pipe_msg {
struct list_head list;
void *data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment