Commit 5685b971362651ee3d99ff3cc512c3bbd049d34d

Authored by Jeff Layton
Committed by Trond Myklebust
1 parent ac39612824

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>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

include/linux/nfs_fs.h
... ... @@ -593,12 +593,6 @@
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__ */