You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I'm using exfat.ko and I found that if files are create simultaneously on different disks the created file name will be sometimes error. So I checked the source and found there's a global buffer in exfat_core.c and I guess this lead to the above error. To settle this, I want to add "name_buf" to FS_INFO_T structure and use "p_fs->name_buf" instead of the global "name_buf".
Am I right? Could you please confirm it for me?
Best Regards!
LeoKong
The text was updated successfully, but these errors were encountered:
Hi All,
I'm using exfat.ko and I found that if files are create simultaneously on different disks the created file name will be sometimes error. So I checked the source and found there's a global buffer in exfat_core.c and I guess this lead to the above error. To settle this, I want to add "name_buf" to FS_INFO_T structure and use "p_fs->name_buf" instead of the global "name_buf".
Am I right? Could you please confirm it for me?
Best Regards!
LeoKong
The text was updated successfully, but these errors were encountered: