f2fs: remove the redundant variable definition
authorKaixu Xia <xiakaixu@huawei.com>
Sat, 1 Apr 2017 18:39:48 +0000 (02:39 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Apr 2017 18:05:07 +0000 (11:05 -0700)
commitfc2e2875d54c3571fe7c9dbed83814bd26e8a33a
treeb47111437c234722c903b71249ca59ebf4cecce9
parent687de7f1010cb819d04b768556960d3689abe02b
f2fs: remove the redundant variable definition

The variable 'i' has been defined before, so here we can
use it directly.

Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c