From: pravins Date: Tue, 17 Nov 2009 21:59:20 +0000 (+0000) Subject: b=21188 X-Git-Tag: GIT_EPOCH_B_HD_KDMU~81 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5206b98701850fb1271d97391ba29a65a7e93db7 b=21188 i=johann i=girish fix typo. --- diff --git a/ldiskfs/kernel_patches/patches/ext3_data_in_dirent.patch b/ldiskfs/kernel_patches/patches/ext3_data_in_dirent.patch index 485aaec..871b441 100644 --- a/ldiskfs/kernel_patches/patches/ext3_data_in_dirent.patch +++ b/ldiskfs/kernel_patches/patches/ext3_data_in_dirent.patch @@ -62,7 +62,7 @@ Index: b/fs/ext3/namei.c static inline unsigned dx_node_limit (struct inode *dir) { - unsigned entry_space = dir->i_sb->s_blocksize - EXT3_DIR_REC_LEN(0); -+ unsigned entry_space = dir->i_sb->s_blocksize - __EXT3_DIR_REC_LEN(1); ++ unsigned entry_space = dir->i_sb->s_blocksize - __EXT3_DIR_REC_LEN(0); return 0? 22: entry_space / sizeof(struct dx_entry); }