afs: Do not supply bogus poll vnodeops for FBSD
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 27 May 2015 20:13:13 +0000 (16:13 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 29 May 2015 11:41:40 +0000 (07:41 -0400)
commit74ffe9bc78a898361bdcb3b97cb512bac338c62a
tree777d80d63805592ddb3cb5ca3e81d910f767c879
parentc19cadbf6a7b625f034f26245dcba225afc03aba
afs: Do not supply bogus poll vnodeops for FBSD

We currently provide one which just always returns 1, but the
kernel provides a vop_nopoll which conceptually is the same thing.
That one, however, provides some feature checks and fails when
consumers ask for fancy features that are not portable.

Change-Id: Iba03904aac2883e18a1abdd4f09289b6c6f907c0
Reviewed-on: http://gerrit.openafs.org/11882
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/afs/FBSD/osi_vnodeops.c