googlefs: provide get_vnode_name

This works around the VFS bug I just fixed. :D
This commit is contained in:
François Revol 2015-11-08 04:46:36 +01:00
parent 3d58615e3a
commit c4ad6501bc

View File

@ -1628,7 +1628,7 @@ static fs_volume_ops sGoogleFSVolumeOps = {
static fs_vnode_ops sGoogleFSVnodeOps = {
/* vnode operations */
&googlefs_walk,
NULL, // fs_get_vnode_name
&googlefs_get_vnode_name, //NULL, // fs_get_vnode_name
&googlefs_release_vnode,
&googlefs_remove_vnode,