btrfs: document that we don't need get_vnode_name

Change-Id: Iffea088f7234ab7d458ed0cabc4ded0aa50009c2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1617
Reviewed-by: Chế Vũ Gia Hy <ugen@cinnamon.is>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
Adrien Destugues 2019-10-08 22:16:18 +02:00 committed by Adrien Destugues
parent c903bc728b
commit 175e599a66

View File

@ -994,7 +994,8 @@ fs_volume_ops gBtrfsVolumeOps = {
fs_vnode_ops gBtrfsVnodeOps = {
/* vnode operations */
&btrfs_lookup,
NULL,
NULL, // btrfs_get_vnode_name - optional, and we can't do better than the
// fallback implementation, so leave as NULL.
&btrfs_put_vnode,
NULL, // btrfs_remove_vnode,