OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-111-gff10090
Gerrit Code Review
gerrit@openafs.org
Sun, 19 Sep 2010 23:45:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit ff100901e0da8d236c7ae8b4d478600146d8f182
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Sep 12 12:07:59 2010 +0100
Linux: print after BUG() is pretty useless
Calling BUG() panics the machine, so having a print statement with
further debugging information after it doesn't help much.
Swap the ordering, so we at least see the message.
Change-Id: I3aa3b8ba5faaa40cef7bb046093b322212eea2b8
Reviewed-on: http://gerrit.openafs.org/2754
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_alloc.c | 2 +-
src/afs/LINUX24/osi_alloc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository