Re: [PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode().

2020-10-18 Thread Tetsuhiro Kohada
@@ -184,6 +185,11 @@ static int exfat_map_cluster(struct inode *inode, unsigned int clu_offset, return -EIO; } + exfat_warn(sb, "alloc[%lu]@map: %lld (%d - %08x)", + inode->i_ino, i_size_read(inode), +

RE: [PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode().

2020-10-16 Thread Namjae Jeon
> *inode) static int exfat_map_cluster(struct inode *inode, unsigned int > clu_offset, > unsigned int *clu, int create) > { > - int ret, modified = false; > + int ret; > unsigned int last_clu; > struct exfat_chain new_clu; > struct super_block *sb = inode-