f2fs: remove unnecessary initialization
authorSheng Yong <shengyong1@huawei.com>
Tue, 23 Aug 2016 12:10:47 +0000 (20:10 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 30 Aug 2016 01:31:13 +0000 (18:31 -0700)
commit69494229ba5ada1b5521e3111328e8fe585c78d7
treeaadc00d0d180f550c19cbcd954548bf2663ee6f3
parent5f8eaf1f9b99df1f51988205e27634a22f497eb7
f2fs: remove unnecessary initialization

`flags' is used to save value from userspace, there is no need to
initialize it, and FS_FL_USER_VISIBLE is the mask for getflags.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Acked-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c
This page took 0.024368 seconds and 5 git commands to generate.