OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-471-g1de6d5b
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Nov 2010 19:14:08 -0800 (PST)
The following commit has been merged in the master branch:
commit 1de6d5bb0122d00c398202451bf88042ea08aa3e
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Tue Nov 23 17:50:25 2010 -0500
Cache bypass: Remove AFS_KMAP_ATOMIC
Since AFS_KMAP_ATOMIC is defined unconditionally, remove the ifdefs
and the code for the !AFS_KMAP_ATOMIC case. We probably don't want
to support this feature on a kernel old enough not to have kmap_atomic.
This should exist on all 2.6 and even 2.4 linux kernels.
This simplifies the code for maintenance and later changes.
Change-Id: I5d111d65066990123db917ac105a5a14db3b305f
Reviewed-on: http://gerrit.openafs.org/3372
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_bypasscache.c | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository