From: Borislav Petkov Date: Wed, 17 Oct 2007 06:30:05 +0000 (-0700) Subject: fs/isofs/namei.c: Remove uninitialized local vars warning X-Git-Tag: v2.6.24-rc1~615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd215237d2c2c1efb501f70be8e9ed1f81f3c068;p=pandora-kernel.git fs/isofs/namei.c: Remove uninitialized local vars warning shut up those: fs/isofs/namei.c: In function 'isofs_lookup': fs/isofs/namei.c:161: warning: 'offset' may be used uninitialized in this function fs/isofs/namei.c:161: warning: 'block' may be used uninitialized in this function By the way, they get overwritten at the end of isofs_find_entry(). Signed-off-by: Borislav Petkov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed