diff options
author | Sergey Shtylyov <s.shtylyov@omp.ru> | 2022-12-20 18:17:32 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-01-04 21:56:04 +0100 |
commit | 39bee2e6acc2522d88feb324b18178b34cb7b75a (patch) | |
tree | e8ff7b438cf8328de42a45d370d4c5cae5257daf /fs/f2fs/compress.c | |
parent | Merge tag 'x86-urgent-2023-01-04' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-39bee2e6acc2522d88feb324b18178b34cb7b75a.tar.xz linux-39bee2e6acc2522d88feb324b18178b34cb7b75a.zip |
f2fs: file: drop useless initializer in expand_inode_data()
In expand_inode_data(), the 'new_size' local variable is initialized to
the result of i_size_read(), however this value isn't ever used, so we
can drop this initializer...
Found by Linux Verification Center (linuxtesting.org) with the SVACE static
analysis tool.
Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/compress.c')
0 files changed, 0 insertions, 0 deletions