]> git.michaelhowe.org Git - packages/o/openafs.git/commit
OpenBSD: Replace "vnodeop_desc" with "vops" in kernel module.
authorAntoine Verheijen <antoine@ualberta.ca>
Mon, 21 Jan 2013 09:30:58 +0000 (02:30 -0700)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 22 Mar 2013 10:06:16 +0000 (03:06 -0700)
commitaf1888ff142763fc7ec8d10b9bc24e49669c1178
tree85404a61b4bdd33a82af3aff66fd0d6550c9b7a4
parent0ba3e7521c9b091b81f75ccb2fe06dcfc3743f43
OpenBSD: Replace "vnodeop_desc" with "vops" in kernel module.

In OpenBSD 4.9, the vnode operations vector in the "vnode" struct
was changed from using a "vnodeop_desc" struct to a new "vops"
struct. This patch makes the appropriate changes to the OpenBSD
kernel module support to accommodate the change.

Reviewed-on: http://gerrit.openafs.org/8928
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit bb42c02ce56aec29e3860bec47e47157d0406f20)

Change-Id: I768358758763a362c92351211bda6d8a7eab6a26
Reviewed-on: http://gerrit.openafs.org/9595
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/OBSD/osi_machdep.h
src/afs/OBSD/osi_vfsops.c
src/afs/OBSD/osi_vnodeops.c