Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfs: trivial: remove unused nfs_wait_event macro

Nothing uses this macro anymore.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

authored by

Jeff Layton and committed by
Trond Myklebust
5685b971 ac396128

-6
-6
include/linux/nfs_fs.h
··· 593 593 return ino; 594 594 } 595 595 596 - #define nfs_wait_event(clnt, wq, condition) \ 597 - ({ \ 598 - int __retval = wait_event_killable(wq, condition); \ 599 - __retval; \ 600 - }) 601 - 602 596 #define NFS_JUKEBOX_RETRY_TIME (5 * HZ) 603 597 604 598 #endif /* __KERNEL__ */