linux/fs/gfs2
Adrian Bunk b7d8ac3e17 [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage
In the "if (extlen)" case, "bh" was used uninitialized.

This patch changes the code to what seems to have been intended.

Spotted by the Coverity checker.

This patch also removes a pointless "bh = NULL" asignment (the variable
is never accessed again after this point).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2006-10-20 09:16:20 -04:00
..
locking
acl.c
acl.h
bmap.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
bmap.h [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
daemon.c
daemon.h
dir.c [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage 2006-10-20 09:16:20 -04:00
dir.h
eaops.c
eaops.h
eattr.c
eattr.h
gfs2.h
glock.c
glock.h
glops.c
glops.h
incore.h
inode.c
inode.h
Kconfig
lm.c
lm.h
locking.c
log.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
log.h
lops.c
lops.h
main.c
Makefile
meta_io.c
meta_io.h
mount.c
mount.h
ondisk.c
ops_address.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
ops_address.h
ops_dentry.c
ops_dentry.h
ops_export.c
ops_export.h
ops_file.c
ops_file.h
ops_fstype.c [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereference 2006-10-20 09:15:57 -04:00
ops_fstype.h
ops_inode.c
ops_inode.h
ops_super.c
ops_super.h
ops_vm.c
ops_vm.h
quota.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
quota.h
recovery.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
recovery.h
rgrp.c
rgrp.h
super.c
super.h
sys.c
sys.h
trans.c
trans.h
util.c
util.h