]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre/ptlrpc: Remove ptlrpc_update_export_timer()
authorOleg Drokin <green@linuxhacker.ru>
Sun, 27 Sep 2015 20:45:36 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:06:17 +0000 (04:06 +0200)
commit3aabf997441891a9f4962f3ffa0c22c16aed2da0
tree69349a171716fe636665e3e0b84bc6d2af1a5514
parentfb209cbddd5fdd8e0916f5c2650cc778a5ce09e0
staging/lustre/ptlrpc: Remove ptlrpc_update_export_timer()

This is only used on the server to keep track of alive clients
and feeds into ping evictor (that was removed from the client code).
Also remove struct obd's obd_exports_timed and
struct obd_export's exp_obd_chain_timed used to keep track of that

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_export.h
drivers/staging/lustre/lustre/include/obd.h
drivers/staging/lustre/lustre/obdclass/genops.c
drivers/staging/lustre/lustre/obdclass/obd_config.c
drivers/staging/lustre/lustre/obdecho/echo_client.c
drivers/staging/lustre/lustre/ptlrpc/service.c