vfs: remove the __bo_vnode field from struct vnode
authormjg <mjg@FreeBSD.org>
Fri, 30 Sep 2016 17:11:03 +0000 (17:11 +0000)
committermjg <mjg@FreeBSD.org>
Fri, 30 Sep 2016 17:11:03 +0000 (17:11 +0000)
commit6a50fe29a5f57b9f8d0f794e8b19c3a726409921
tree668dbbda90244ed9392448dccc99c6bbfa235830
parentfcf0811818e99230d6736447c554b84f7412e087
vfs: remove the __bo_vnode field from struct vnode

The pointer can be obtained using __containerof instead.

Reviewed by: kib
sys/fs/nandfs/nandfs_subr.c
sys/kern/vfs_bio.c
sys/kern/vfs_subr.c
sys/sys/bufobj.h
sys/sys/vnode.h
sys/ufs/ffs/ffs_snapshot.c
sys/ufs/ffs/ffs_vfsops.c