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

Commit b30c78e2 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre/ldlm: Remove unused round_timeout function



It's not referenced anywhere anymore.

Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 709e280a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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