Re: [PATCH 1/3] exfat: add error check when updating dir-entries

2020-06-09 Thread Tetsuhiro Kohada
Add error check when synchronously updating dir-entries. Furthermore, add exfat_update_bhs(). It wait for write completion once instead of sector by sector. This patch can be split into two also ? I sent a patch split into 'write multiple sectors at once' and 'add error check when updating

Re: [PATCH 1/3] exfat: add error check when updating dir-entries

2020-06-06 Thread Namjae Jeon
2020-06-04 17:44 GMT+09:00, Tetsuhiro Kohada : Hi Tetsuhiro, > Add error check when synchronously updating dir-entries. > Furthermore, add exfat_update_bhs(). It wait for write completion once > instead of sector by sector. This patch can be split into two also ? > > Suggested-by: Sungjong Seo >

[PATCH 1/3] exfat: add error check when updating dir-entries

2020-06-04 Thread Tetsuhiro Kohada
Add error check when synchronously updating dir-entries. Furthermore, add exfat_update_bhs(). It wait for write completion once instead of sector by sector. Suggested-by: Sungjong Seo Signed-off-by: Tetsuhiro Kohada --- fs/exfat/dir.c | 15 +-- fs/exfat/exfat_fs.h | 3 ++-