OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2844-g0a8256a
Gerrit Code Review
gerrit@openafs.org
Thu, 16 Aug 2012 22:29:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0a8256a26fafb490b454f2a857b0c15d859572c5
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Mon Aug 13 20:32:08 2012 -0400
Linux: bypass: consolidate copy_page macros into a single function
The copy_page(s) macros are very similar; combine them into a
single function that can be used for all cases.
This will make it easier to add some pre-processor logic around
the kmap_atomic calls to adapt to Linux API changes.
Change-Id: I6daf7cb8ce49b743cc1b4532da91d9625a90d0ca
Reviewed-on: http://gerrit.openafs.org/7980
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/afs_bypasscache.c | 63 +++++++++++++++++---------------------------
1 files changed, 24 insertions(+), 39 deletions(-)
--
OpenAFS Master Repository