Skip to content

Commit

Permalink
nfs: trivial: remove unused nfs_wait_event macro
Browse files Browse the repository at this point in the history
Nothing uses this macro anymore.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed Nov 16, 2010
1 parent ac39612 commit 5685b97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,6 @@ nfs_fileid_to_ino_t(u64 fileid)
return ino;
}

#define nfs_wait_event(clnt, wq, condition) \
({ \
int __retval = wait_event_killable(wq, condition); \
__retval; \
})

#define NFS_JUKEBOX_RETRY_TIME (5 * HZ)

#endif /* __KERNEL__ */
Expand Down

0 comments on commit 5685b97

Please sign in to comment.