From: yangsheng Date: Tue, 19 Aug 2008 04:11:53 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_110~93 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=05878d8bbe19d10848ba7d0938642f8bc1ac2916;hp=16d2c7e906b586e247358e6bfa16736ef123d32e Branch b1_6 b=16547 i=shadow, zhenyu.xu Update to SLES10 latest kernel-2.6.16.60-0.27. --- diff --git a/ldiskfs/kernel_patches/patches/ext3-uninit-2.6-sles10.patch b/ldiskfs/kernel_patches/patches/ext3-uninit-2.6-sles10.patch index 7436b75..57d03c3 100644 --- a/ldiskfs/kernel_patches/patches/ext3-uninit-2.6-sles10.patch +++ b/ldiskfs/kernel_patches/patches/ext3-uninit-2.6-sles10.patch @@ -88,9 +88,9 @@ Index: linux-2.6.16.54-0.2.5/fs/ext3/resize.c -} - -/* - * Set up the block and inode bitmaps, and the inode table for the new group. - * This doesn't need to be part of the main transaction, since we are only - * changing blocks outside the actual filesystem. We still do journaling to + * If we have fewer than thresh credits, extend by EXT3_MAX_TRANS_DATA. + * If that fails, restart the transaction & regain write access for the + * buffer head which is used for block_bitmap modifications. @@ -818,6 +800,7 @@ int ext3_group_add(struct super_block *s gdp->bg_inode_table = cpu_to_le32(input->inode_table); gdp->bg_free_blocks_count = cpu_to_le16(input->free_blocks_count);