Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is global variable "name_buf" in exfat_core.c works well for tow disks? #125

Open
kongxin19801223 opened this issue Feb 7, 2018 · 0 comments

Comments

@kongxin19801223
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant