From: Alexandre Pereira da Silva Date: Mon, 25 Jun 2012 20:47:49 +0000 (-0300) Subject: UBIFS: fix compilation warning X-Git-Tag: v3.6-rc1~150^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782759b9f5f5223e0962af60c3457c912fab755f;p=pandora-kernel.git UBIFS: fix compilation warning Fix the following compilation warning: fs/ubifs/dir.c: In function 'ubifs_rename': fs/ubifs/dir.c:972:15: warning: 'saved_nlink' may be used uninitialized in this function Use the 'uninitialized_var()' macro to get rid of this false-positive. Artem: massaged the patch a bit. Signed-off-by: Alexandre Pereira da Silva Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed