OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1252-g8c2e83b
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 08:11:12 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8c2e83bab199f5d8820e27c77c7a97cee9cdd965
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Apr 19 08:18:56 2011 +0100
Linux CM: Update wait code
Update the wait code to use the more modern wait_event_freezable()
macros. If those macros are not available, fall back to the older
wait_event_interruptible macro, and build our own
wait_event_freezable on top of this.
These changes should simplify our interactions with the wait queue
and refrigerator bits of the kernel, as we're now using more standard
interfaces to them.
Change-Id: I5218c8a1b5b33f10355ef298008c53e416b267f9
Reviewed-on: http://gerrit.openafs.org/4753
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_compat.h | 61 +++++++++++++++++++++++++++++++++++++++++---
src/afs/LINUX/osi_sleep.c | 60 ++++++++++++-------------------------------
2 files changed, 74 insertions(+), 47 deletions(-)
--
OpenAFS Master Repository