From: Peng Tao Date: Tue, 3 Dec 2013 14:41:58 +0000 (+0800) Subject: staging/lustre/obdclass: fix false used uninitialized warning X-Git-Tag: v3.14-rc1~150^2~659 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ee5b567c4cf3ee51af7836ff71d27c04491d2e;p=pandora-kernel.git staging/lustre/obdclass: fix false used uninitialized warning Got below warning when building lustre with 4.7.3. drivers/staging/lustre/lustre/obdclass/llog_test.c: In function ‘ llog_test_init’: drivers/staging/lustre/lustre/obdclass/llog_test.c:1058:28: warning: ‘ lvars.module_vars’ is used uninitialized in this function [-Wuninitialized] Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed