kernel-hacking-2024-linux-s.../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 [PATCH] misuse of strstr 2006-10-11 11:17:06 -07:00
acl.c [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
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 [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
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 [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
eaops.h
eattr.c [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
eattr.h
gfs2.h
glock.c [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
glock.h [GFS2] Remove unused function from glock.c 2006-09-09 18:59:27 -04:00
glops.c [GFS2] Move logging code into log.c (mostly) 2006-10-03 11:10:41 -04:00
glops.h
incore.h [GFS2] Tidy up meta_io code 2006-09-21 17:05:23 -04:00
inode.c [GFS2] Initialize SELinux extended attributes at inode creation time. 2006-10-03 11:57:35 -04:00
inode.h [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
Kconfig
lm.c [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
lm.h [GFS2] Use void * instead of typedef for locking module interface 2006-09-08 10:17:58 -04:00
locking.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
log.c [GFS2] Fix bmap to map extents properly 2006-10-20 09:13:40 -04:00
log.h
lops.c [GFS2] Pass the correct value to kunmap_atomic 2006-10-12 17:11:13 -04:00
lops.h
main.c [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
Makefile
meta_io.c [GFS2] Move logging code into log.c (mostly) 2006-10-03 11:10:41 -04:00
meta_io.h [GFS2] Move logging code into log.c (mostly) 2006-10-03 11:10:41 -04:00
mount.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
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 [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
ops_dentry.h
ops_export.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
ops_export.h
ops_file.c [GFS2] Remove iflags.h, use FS_ 2006-10-02 11:24:43 -04:00
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 [GFS2] Fix endian bug for de_type 2006-10-03 21:03:35 -04:00
ops_inode.h
ops_super.c [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs) 2006-09-28 08:32:24 -04:00
ops_super.h
ops_vm.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
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 [GFS2/DLM] Fix trailing whitespace 2006-09-25 09:26:04 -04:00
rgrp.h [GFS2] Fix uninitialised variable 2006-10-12 17:10:15 -04:00
super.c [GFS2] Remove duplicate sb reading code 2006-10-02 11:49:41 -04:00
super.h [GFS2] Remove duplicate sb reading code 2006-10-02 11:49:41 -04:00
sys.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
sys.h
trans.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
trans.h
util.c [GFS2] Export lm_interface to kernel headers 2006-09-19 08:45:18 -04:00
util.h