googlefs: provide get_vnode_name
This works around the VFS bug I just fixed. :D
This commit is contained in:
parent
3d58615e3a
commit
c4ad6501bc
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user