f2fs: remove unnecessary initialization in xattr.c
authorLiu Song <liu.song11@zte.com.cn>
Sun, 31 Jan 2021 12:26:05 +0000 (20:26 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 1 Feb 2021 22:32:51 +0000 (14:32 -0800)
commit2e0cd472a0dd9b9a35699502570015af15d7c70f
tree2d631d2653d81a99261916119db6bd031b8ce7c8
parent25fb04dbce6a0e165d28fd1fa8a1d7018c637fe8
f2fs: remove unnecessary initialization in xattr.c

These variables will be explicitly assigned before use,
so there is no need to initialize.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/xattr.c