ext4: remove unnecessary variable initialization
authorXU pengfei <xupengfei@nfschina.com>
Wed, 4 Jan 2023 05:52:29 +0000 (13:52 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 19 Feb 2023 05:09:59 +0000 (00:09 -0500)
Variables are assigned first and then used. Initialization is not required.

Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Link: https://lore.kernel.org/r/20230104055229.3663-1-xupengfei@nfschina.com
fs/ext4/inode.c

index 9d9f414f99fec31941ca4a3efb27565156e8914e..9df913bdb4166819f0e625920282476f58bc56a6 100644 (file)
@@ -5788,7 +5788,7 @@ static int ext4_meta_trans_blocks(struct inode *inode, int lblocks,
        ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb);
        int gdpblocks;
        int idxblocks;
-       int ret = 0;
+       int ret;
 
        /*
         * How many index blocks need to touch to map @lblocks logical blocks