Home
last modified time | relevance | path

Searched hist:"19526 d74cfbe31b04fb81b64c2884687a321f4a0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff 19526d74cfbe31b04fb81b64c2884687a321f4a0 Thu Nov 09 19:30:42 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: avoid opened loop codes in __add_ino_entry

We will keep __add_ino_entry success all the time, for ENOMEM failure
case, we have already handled it by using __GFP_NOFAIL flag, so we
don't have to use additional opened loop codes here, remove them.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>