diff options
author | 2007-10-16 23:30:05 -0700 | |
---|---|---|
committer | 2007-10-17 08:42:58 -0700 | |
commit | cd215237d2c2c1efb501f70be8e9ed1f81f3c068 (patch) | |
tree | 2cb9be788485f987e0407082f20a6ab917b195ab /include | |
parent | Delete gcc-2.95 compatible structure definition. (diff) | |
download | linux-dev-cd215237d2c2c1efb501f70be8e9ed1f81f3c068.tar.xz linux-dev-cd215237d2c2c1efb501f70be8e9ed1f81f3c068.zip |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions