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

panic #122

Open
hljhnu opened this issue Nov 20, 2017 · 0 comments
Open

panic #122

hljhnu opened this issue Nov 20, 2017 · 0 comments

Comments

@hljhnu
Copy link

hljhnu commented Nov 20, 2017

Hi,

I am using exfat. But I have gotten a lot of panic errors. The panic stack is as below:

exfat_lookup&&lookup_real&__lookup_hash&walk_component&path_lookupat&filename_lookup&vfs_path_lookup&sdcardfs_lookup&lookup_real&__lookup_hash&walk_component&link_path_walk&path_lookupat&filename_lookup&user_path_at_empt

I locate the panic. It happens in the line CHECK_ERR(d_unhashed(alias)); in the following function.

#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,00)
static struct dentry *exfat_lookup(struct inode *dir, struct dentry *dentry,
						   unsigned int flags)
#else
static struct dentry *exfat_lookup(struct inode *dir, struct dentry *dentry,
						   struct nameidata *nd)
#endif
{
...
		CHECK_ERR(d_unhashed(alias));
...
}

Is it known? Do you have any solution to this issue?

Thank you.

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