commit | b963e7223cb3278dda35a6550a8df08ff2be2ee5 | [log] [tgz] |
---|---|---|
author | Daniel Machon <dmachon.dev@gmail.com> | Sat Aug 08 20:43:25 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Aug 08 15:22:58 2015 -0700 |
tree | 741df6c0dc58841f98369af9745eb2340a4fd1bd | |
parent | 550d35d816da2ad141cf05f176118df6f2c75cdb [diff] |
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>