Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1234704

[PATCH 11/29] staging/lustre/ldlm: Remove unused round_timeout function

From green@linuxhacker.ru
Newsgroups linux.kernel
Subject [PATCH 11/29] staging/lustre/ldlm: Remove unused round_timeout function
Date 2015-09-29 06:00 +0200
Message-ID <qdUf9-3in-19@gated-at.bofh.it> (permalink)
References <qdU5r-373-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Oleg Drokin <green@linuxhacker.ru>

It's not referenced anywhere anymore.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
---
 drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c b/drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c
index ac79db9..a78c4a4 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c
@@ -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
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/29] Removal of unused Lustre code green@linuxhacker.ru - 2015-09-29 06:00 +0200
  [PATCH 11/29] staging/lustre/ldlm: Remove unused round_timeout function green@linuxhacker.ru - 2015-09-29 06:00 +0200
  [PATCH 02/29] staging/lustre: Remove unused lustre_acl_xattr_merge2posix() green@linuxhacker.ru - 2015-09-29 06:00 +0200
  [PATCH 05/29] staging/lustre: Remove unused reply state batches code green@linuxhacker.ru - 2015-09-29 06:00 +0200

csiph-web