Skip to content

Commit

Permalink
nfs: fix compile error in rpc_pipefs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Aug 20, 2009
1 parent e1af88a commit 4dceef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/sunrpc/rpc_pipe_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#ifdef __KERNEL__

#include <linux/workqueue.h>

struct rpc_pipe_msg {
struct list_head list;
void *data;
Expand Down

0 comments on commit 4dceef9

Please sign in to comment.