]> git.baikalelectronics.ru Git - kernel.git/commit
Avoid compile error in fs/nfs/unlink.c
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 20 Oct 2007 02:59:18 +0000 (19:59 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 20 Oct 2007 02:59:18 +0000 (19:59 -0700)
commitfbd2c8c5d4ceb71fe5307aedf31e4ee8dab3380a
tree68e56db6292bc0853252305345e845620860d995
parent4037f29972db650209b639e6725693a50f838a2f
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>
fs/nfs/unlink.c