OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2208-g315b97a
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Feb 2012 14:37:15 -0800 (PST)
The following commit has been merged in the master branch:
commit 315b97ab587247d7750ff4b64275e397ac4b97a7
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Feb 23 06:31:31 2012 -0800
Windows: do not bugcheck in AFSExAllocatePoolWithTag
If the Bug Check flag is set, the call to AFSBreakPoint() in
AFSExAllocatePoolWithTag() will trigger. There is no need for
an explicit bug check test in AFSExAllocatePoolWithTag().
If AFSExAllocatePoolWithTag() returns NULL there is no need
to ASSERT() the return value since AFSBreakPoint() would already
have been called to signal a debugger.
Change-Id: Ie8564f41f811c3afd99dc2e9c02f4aa68d63ef8e
Reviewed-on: http://gerrit.openafs.org/6780
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/kernel/fs/AFSGeneric.cpp | 37 ++++++++-------------
src/WINNT/afsrdr/kernel/lib/AFSExtentsSupport.cpp | 2 -
2 files changed, 14 insertions(+), 25 deletions(-)
--
OpenAFS Master Repository