!178 当从hashtable中获取Vnode缓存时,需要刷新Vnode的parent指针
Merge pull request !178 from Far/fatfs
This commit is contained in:
commit
be40fa1381
|
@ -313,6 +313,7 @@ int fatfs_lookup(struct Vnode *parent, const char *path, int len, struct Vnode *
|
||||||
goto ERROR_UNLOCK;
|
goto ERROR_UNLOCK;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
vp->parent = parent;
|
||||||
free(dfp); /* hash hit dfp is no needed */
|
free(dfp); /* hash hit dfp is no needed */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue