nfs: fix compile error in rpc_pipefs.h

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>
This commit is contained in:
J. Bruce Fields 2009-08-20 17:08:39 -04:00 коммит произвёл Trond Myklebust
Родитель e1af88a1ad
Коммит 4dceef9675
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,8 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/workqueue.h>
struct rpc_pipe_msg { struct rpc_pipe_msg {
struct list_head list; struct list_head list;
void *data; void *data;