From: Michael Halcrow Date: Tue, 16 Oct 2007 08:28:03 +0000 (-0700) Subject: eCryptfs: remove unnecessary variable initializations X-Git-Tag: v2.6.24-rc1~988 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8e2902d0c02ee28043071023f8fa6063fe8e8f;p=pandora-kernel.git eCryptfs: remove unnecessary variable initializations Andrew Morton wrote: > > struct mutex *tfm_mutex = NULL; > > This initialisation looks like it's here to kill bogus gcc warning > (if it is, it should have been commented). Please investigate > uninitialized_var() and __maybe_unused sometime. Remove some unnecessary variable initializations. There may be a few more such intializations remaining in the code base; a future patch will take care of those. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed