[f2fs-dev] [RFC][PATCH v5 06/09] f2fs: use common file type conversion

2019-01-20 Thread Phillip Potter
Deduplicate the f2fs file type conversion implementation and remove F2FS_FT_* definitions - file systems that use the same file types as defined by POSIX do not need to define their own versions and can use the common helper functions decared in fs_types.h and implemented in fs_types.c Signed-off-

Re: [f2fs-dev] [PATCH] libf2fs: fix to detect stat() failure

2019-01-20 Thread Jaegeuk Kim
On 01/09, Chao Yu wrote: > On 2019/1/9 12:42, Jaegeuk Kim wrote: > > On 01/09, Chao Yu wrote: > >> On 2019/1/9 7:46, Jaegeuk Kim wrote: > >>> On 12/10, Chao Yu wrote: > stat() can fail due to a lot of reasons, let f2fs_dev_is_umounted() > detect such error and handle it correctly. >