Staging: lustre/lustre/ptlrpc: service.c: Fixed issue with global integer being initi...
authorDaniel Machon <dmachon.dev@gmail.com>
Sat, 8 Aug 2015 18:43:25 +0000 (20:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Aug 2015 22:22:58 +0000 (15:22 -0700)
commitb963e7223cb3278dda35a6550a8df08ff2be2ee5
tree741df6c0dc58841f98369af9745eb2340a4fd1bd
parent550d35d816da2ad141cf05f176118df6f2c75cdb
Staging: lustre/lustre/ptlrpc: service.c: Fixed issue with global integer being initialized to 0

Fixed global integer initialization issue.
Global variables should not be explicitly initialized to 0 or NULL.

Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/service.c