OSDN Git Service

staging: lustre: use setup_timer().
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Wed, 11 May 2016 15:23:31 +0000 (20:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 05:38:19 +0000 (22:38 -0700)
commit423b09b8f45c8771bca84d41c3254c3904d78a0a
tree948870f37525d1ee2a7463013eeedaee060555b2
parent147280d88f8e0e6544da68c658531eed70b9632d
staging: lustre: use setup_timer().

Use setup_timer() for initializing the timer, instead of structure
assignments.
This is the preferred/standard way.

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/net_fault.c