Subject: [merged] hfsplus-remove-unused-variable-in-hfsplus_get_block.patch removed from -mm tree To: sougata@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Fri, 04 Apr 2014 12:36:39 -0700 The patch titled Subject: fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block has been removed from the -mm tree. Its filename was hfsplus-remove-unused-variable-in-hfsplus_get_block.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Sougata Santra <sougata@xxxxxxxxxx> Subject: fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block The variable is defined but not used. Generally it compiles away with -O2 optimization hence it does not show a warning. Signed-off-by: Sougata Santra <sougata@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/hfsplus/extents.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/hfsplus/extents.c~hfsplus-remove-unused-variable-in-hfsplus_get_block fs/hfsplus/extents.c --- a/fs/hfsplus/extents.c~hfsplus-remove-unused-variable-in-hfsplus_get_block +++ a/fs/hfsplus/extents.c @@ -227,10 +227,8 @@ int hfsplus_get_block(struct inode *inod u32 ablock, dblock, mask; sector_t sector; int was_dirty = 0; - int shift; /* Convert inode block to disk allocation block */ - shift = sbi->alloc_blksz_shift - sb->s_blocksize_bits; ablock = iblock >> sbi->fs_shift; if (iblock >= hip->fs_blocks) { _ Patches currently in -mm which might be from sougata@xxxxxxxxxx are origin.patch hfsplus-fix-longname-handling.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html