linux/fs/ext3
Glauber de Oliveira Costa 2973dfdb87 [PATCH] Test for sb_getblk return value
This patch adds tests for the return value of sb_getblk() in the ext2/3
filesystems.  In fs/buffer.c it is stated that the getblk() function never
fails.  However, it does can return NULL in some situations due to I/O
errors, which may lead us to NULL pointer dereferences

Signed-off-by: Glauber de Oliveira Costa <glommer@br.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:26 -08:00
..
Makefile
acl.c
acl.h
balloc.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
bitmap.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
bitmap.h [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
dir.c
file.c
fsync.c
hash.c
ialloc.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
inode.c [PATCH] Test for sb_getblk return value 2005-10-30 17:37:26 -08:00
ioctl.c
namei.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
namei.h [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
resize.c [PATCH] Test for sb_getblk return value 2005-10-30 17:37:26 -08:00
super.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
symlink.c
xattr.c [PATCH] ext3: sparse fixes 2005-10-30 17:37:25 -08:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c