提交 5685b971 编写于 作者: J Jeff Layton 提交者: Trond Myklebust

nfs: trivial: remove unused nfs_wait_event macro

Nothing uses this macro anymore.
Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 ac396128
...@@ -593,12 +593,6 @@ nfs_fileid_to_ino_t(u64 fileid) ...@@ -593,12 +593,6 @@ nfs_fileid_to_ino_t(u64 fileid)
return ino; return ino;
} }
#define nfs_wait_event(clnt, wq, condition) \
({ \
int __retval = wait_event_killable(wq, condition); \
__retval; \
})
#define NFS_JUKEBOX_RETRY_TIME (5 * HZ) #define NFS_JUKEBOX_RETRY_TIME (5 * HZ)
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册