Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5685b971 authored by Jeff Layton's avatar Jeff Layton Committed by Trond Myklebust
Browse files

nfs: trivial: remove unused nfs_wait_event macro



Nothing uses this macro anymore.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent ac396128
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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__ */