]> git.baikalelectronics.ru Git - kernel.git/commit
fs/isofs/namei.c: Remove uninitialized local vars warning
authorBorislav Petkov <bbpetkov@yahoo.de>
Wed, 17 Oct 2007 06:30:05 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:58 +0000 (08:42 -0700)
commit7f356e591e9629e0b3b2feb98020bfa69ce998d0
tree2cb9be788485f987e0407082f20a6ab917b195ab
parent55390941508cff58dc7cc054f174b7f14ad0d600
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 <bbpetkov@yahoo.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/isofs/namei.c