提交 b30c78e2 编写于 作者: O Oleg Drokin 提交者: Greg Kroah-Hartman

staging/lustre/ldlm: Remove unused round_timeout function

It's not referenced anywhere anymore.
Reported-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NOleg Drokin <green@linuxhacker.ru>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 709e280a
......@@ -71,11 +71,6 @@ struct ldlm_cb_async_args {
static struct ldlm_state *ldlm_state;
inline unsigned long round_timeout(unsigned long timeout)
{
return cfs_time_seconds((int)cfs_duration_sec(cfs_time_sub(timeout, 0)) + 1);
}
#define ELT_STOPPED 0
#define ELT_READY 1
#define ELT_TERMINATE 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册