]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: 2.6.39: deal with BKL removal
authorMarc Dionne <marc.c.dionne@gmail.com>
Sun, 27 Mar 2011 15:20:17 +0000 (11:20 -0400)
committerRuss Allbery <rra@debian.org>
Thu, 31 Mar 2011 21:22:26 +0000 (14:22 -0700)
commit140c009f6eb9b883f25787e236c2571b6f64d843
tree5667bfa7331454838966822dc9568d8aa90edfbe
parent522c2c56091636034df8d8aabb5136c24fdc23f9
Linux: 2.6.39: deal with BKL removal

For 2.6 kernels the OpenAFS code is already BKL free, but the
corresponding header file smp_lock.h is still included in various
places.  This header no longer exists, so remove all occurrences
outside of LINUX24.

Reviewed-on: http://gerrit.openafs.org/4361
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 9376293634393597ac7db88593100937621f6c3f)

Change-Id: I8e7e244b2e45a7a3af0505531757b8a54a0b3d29
Reviewed-on: http://gerrit.openafs.org/4370
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 1e322b883e036fe0bd5468fe60a0431545fe2376)
12 files changed:
src/afs/LINUX/osi_export.c
src/afs/LINUX/osi_file.c
src/afs/LINUX/osi_groups.c
src/afs/LINUX/osi_misc.c
src/afs/LINUX/osi_nfssrv.c
src/afs/LINUX/osi_vfsops.c
src/afs/LINUX/osi_vnodeops.c
src/afs/afs_call.c
src/afs/afs_icl.c
src/afs/afs_pag_call.c
src/afs/afs_syscall.c
src/rx/LINUX/rx_knet.c