From: Dmitry Eremin Date: Mon, 23 Jun 2014 01:32:17 +0000 (-0400) Subject: staging/lustre/llite: Fix uninitialized variable X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ea7e7b3ec6783544dd7600658f2f7ed8cb51a6;p=pandora-kernel.git staging/lustre/llite: Fix uninitialized variable 'f.f_flags' might be used uninitialized in this function. xattr.c:248: 'f.f_flags' is declared. xattr.c:244: lump!= ( (void* )0) is true xattr.c:254: 'f.f_flags' is used, but is uninitialized. Signed-off-by: Dmitry Eremin Reviewed-on: http://review.whamcloud.com/10663 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4629 Reviewed-by: Andreas Dilger Reviewed-by: James Simmons Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed