Skip to content
Snippets Groups Projects
Commit b35e7041 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Avoid compile error in fs/nfs/unlink.c


Erez Zadok reports that certain configurations fail to build due to
schedule() TASK_[UN]INTERRUPTIBLE not being declared.  Add proper
include files to fix.

Cc: Erez Zadok <ezk@cs.sunysb.edu>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5f737085
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
#include <linux/sunrpc/sched.h>
#include <linux/sunrpc/clnt.h>
#include <linux/nfs_fs.h>
#include <linux/sched.h>
#include <linux/wait.h>
struct nfs_unlinkdata {
struct hlist_node list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment