Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c8e0ca6 authored by Dmitri Monakho's avatar Dmitri Monakho Committed by Theodore Ts'o
Browse files

ext4: fix usless declarations



This patch should fix sparse complains about shadow declatations.

Signed-off-by: default avatarDmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 27dd4385
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -899,7 +899,6 @@ got:
	if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
			EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) {
		__u32 csum;
		struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb);
		__le32 inum = cpu_to_le32(inode->i_ino);
		__le32 gen = cpu_to_le32(inode->i_generation);
		csum = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)&inum,
+0 −1
Original line number Diff line number Diff line
@@ -552,7 +552,6 @@ group_add_out:

	case EXT4_IOC_RESIZE_FS: {
		ext4_fsblk_t n_blocks_count;
		struct super_block *sb = inode->i_sb;
		int err = 0, err2 = 0;
		ext4_group_t o_group = EXT4_SB(sb)->s_groups_count;

+0 −2
Original line number Diff line number Diff line
@@ -884,8 +884,6 @@ static int ext4_mb_init_cache(struct page *page, char *incore)

	first_block = page->index * blocks_per_page;
	for (i = 0; i < blocks_per_page; i++) {
		int group;

		group = (first_block + i) >> 1;
		if (group >= ngroups)
			break;
+0 −1
Original line number Diff line number Diff line
@@ -858,7 +858,6 @@ mext_page_mkuptodate(struct page *page, unsigned from, unsigned to)
		if (buffer_uptodate(bh))
			continue;
		if (!buffer_mapped(bh)) {
			int err = 0;
			err = ext4_get_block(inode, block, bh, 0);
			if (err) {
				SetPageError(page);