]> git.michaelhowe.org Git - packages/o/openafs.git/commit
FreeBSD: VOP_MMAP has been dead since 1996
authorBen Kaduk <kaduk@mit.edu>
Thu, 28 Mar 2013 21:10:29 +0000 (17:10 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 31 Oct 2013 17:13:45 +0000 (10:13 -0700)
commit476e2048b96453827f2e50e3a79f3ecc539f352b
treec1c732cdb1b75d7dc8e652cb3f33dc3620a0256b
parent4914a6355d5cc7b6704706f4ec211b5f300cc682
FreeBSD: VOP_MMAP has been dead since 1996

Clang complains that our (K&R!) declaration of struct vop_mmap_args
will only be visible within the (empty) function.
With the kernel's CFLAGS, though, this is fatal.
Remove the dead code.

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

Change-Id: I647af5c9574dacd2b9fcd5147a0a252b3981c2c0
Reviewed-on: http://gerrit.openafs.org/10376
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/FBSD/osi_vnodeops.c