Whamcloud - gitweb
LU-299 Initialize struct shrinker variable in test
authorChristopher J. Morrone <morrone2@llnl.gov>
Tue, 10 May 2011 02:34:51 +0000 (19:34 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 May 2011 21:14:06 +0000 (14:14 -0700)
commit985ac5b57e4610e707ddbf06711385b6fcd97216
treedf75e83929e10b0b00f852cd6c4ff4827ffc1844
parent701627cb7c17dfd206ea65aaadab3a109047a4fd
LU-299 Initialize struct shrinker variable in test

If the "tmp" struct in the test is uninitialized, the test
will fail for that reason, rather its intended functions.

Change-Id: I4b1e97e511c748155f742909d9424f228fc24545
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/522
Tested-by: Hudson
Reviewed-by: Bobi Jam <bobijam@whamcloud.com>
Tested-by: Bobi Jam <bobijam@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/autoconf/lustre-libcfs.m4