f2fs: remove unneeded memset when updating xattr
authorChao Yu <yuchao0@huawei.com>
Wed, 4 May 2016 15:19:46 +0000 (23:19 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 7 May 2016 17:32:28 +0000 (10:32 -0700)
commite3bc808ca869f0070d438257e4085602636498da
treec77a7adc65666c06f05e615c53522d3cbe90fc90
parentae8d1db34ff57b11feceeaaa26940015b14e30fb
f2fs: remove unneeded memset when updating xattr

Each of fields in struct f2fs_xattr_entry will be assigned later,
so previously we don't need to memset the struct.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/xattr.c