Whamcloud - gitweb
Branch b_release_1_4_6
authoradilger <adilger>
Mon, 6 Feb 2006 20:57:28 +0000 (20:57 +0000)
committeradilger <adilger>
Mon, 6 Feb 2006 20:57:28 +0000 (20:57 +0000)
commitf1fb769c046b1e665b437ad6da5a38cd51986dcc
tree51ca8cbbbb5869e8cf06e4ed9b441b19f63614b1
parent6c00084a63ddd0d7dda6351a4196c45ecc35cbeb
Branch b_release_1_4_6
Fix unlikely bugs in mballoc found by Coverity:
- NULL bh dereferenced in ext3_mb_init_cache() if kmalloc(bh) fails
- don't free on-stack bhs in ext3_mb_init_cache() if groups_per_page == 1
- remove unnecessary "if (err)" check in ext3_mb_new_blocks()
- remove redundant "if (s == NULL)" check in ext3_mb_seq_history_open()
b=10093
ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch
ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.12.patch
ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch
lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch
lustre/kernel_patches/patches/ext3-mballoc2-2.6.12.patch
lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch