Catch up with FBSD80's removal of thread argument to VFS calls
authorBen Kaduk <kaduk@mit.edu>
Wed, 17 Mar 2010 05:55:41 +0000 (01:55 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 18 Mar 2010 03:21:53 +0000 (20:21 -0700)
commit028240329c09b6a311cb85736f41d75f7ee7a01f
treeb36f3f4c5e3d2830fbeea2b6094861318fa36d86
parent4bcd24e190ae1a69e7acd60d2e74d5c5a9383e63
Catch up with FBSD80's removal of thread argument to VFS calls

FreeBSD SVN rev 191990 removed the thread argument to
filesystem-dependent VFS calls.  Curthread is always assumed.
There is a __FreeBSD_version bump that we could check if
we felt like being precise, but FBSD80_ENV is probably good enough.

Change-Id: I4534f01999b61eaeaa014c41473c693e6d432fef
Reviewed-on: http://gerrit.openafs.org/1587
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
src/afs/FBSD/osi_prototypes.h
src/afs/FBSD/osi_vfsops.c