commit | b35e7041186a9ace341665d404274d58a32b6e2c | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 19:59:18 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 19:59:18 2007 -0700 |
tree | 68e56db6292bc0853252305345e845620860d995 | |
parent | 5f737085beea3a5c5b6f44a16e6d3e2fd03095e0 [diff] |
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: Linus Torvalds <torvalds@linux-foundation.org>