OpenBSD: Remove obsolete parameter in call to osi_VM_FlushVCache()
authorAntoine Verheijen <apv@ualberta.ca>
Wed, 28 Jan 2015 02:44:56 +0000 (19:44 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 28 Jan 2015 17:58:18 +0000 (12:58 -0500)
commitd354386b8c6047206800dc52ab82886e23db77ad
treeb718dd244335e958c6ccb5ce369e4a08865dc70d
parent15260c7fdc5ac8fe9fb1797c8e383c665e9e0ccd
OpenBSD: Remove obsolete parameter in call to osi_VM_FlushVCache()

The second parameter in the call to osi_VM_FlushVCache() in the kernel
module is obsolete and has been removed. However, one call in the
OpenBSD module still contains that parameter in its call. This patch
removes it, eliminating the compile error.

Change-Id: Ia3f79c74e86b8038301459e1adbf17a58056e8b1
Reviewed-on: http://gerrit.openafs.org/11698
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/afs/OBSD/osi_vm.c