]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Catch up to FreeBSD non-MPSAFE deorbit
authorBen Kaduk <kaduk@mit.edu>
Wed, 7 Nov 2012 15:08:33 +0000 (10:08 -0500)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 8 Nov 2012 22:56:54 +0000 (14:56 -0800)
commit85794b6561b132477aa74134ccce58c6eaa27f70
tree1e3359f725b1ff2035c8b44ef7e91ada3707f4bc
parent90a29d82443ed2d5d95e22a8c6ba3bab2e73229a
Catch up to FreeBSD non-MPSAFE deorbit

All filesystems must have their own locking now.
We have been MPSAFE for quite some time, but the preprocessor macro
"MPSAFE" has been removed and we must catch up in order to compile.

The MNTK_MPSAFE macro has not yet been removed, but it is toothless
now, so we can preemptively stop using it.

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

Change-Id: I35ad1c63bf3b1c91035bcdd29d7cfcb5603dfd12
Reviewed-on: http://gerrit.openafs.org/8374
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/FBSD/osi_misc.c
src/afs/FBSD/osi_vfsops.c
src/afs/FBSD/osi_vnodeops.c