OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-366-g4516e37
Gerrit Code Review
gerrit@openafs.org
Fri, 2 Jul 2010 09:28:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4516e3777413f795ab09440bf300681750ed92fa
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Fri Jul 2 09:28:05 2010 -0400
Linux: cache bypass: remove warning print before panic
This warning printf has some issues - it prints out pointers as
ints with %d (which causes warnings), and if the intention was
to print the referenced values, they wouldn't be set yet at that
point in the function.
Since the purpose is not clear and it has issues, just remove it.
Change-Id: Ied69c390818f9dff235bdaa31af42996aaa39af3
Reviewed-on: http://gerrit.openafs.org/2325
Reviewed-by: Matt Benjamin <matt@linuxbox.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_dcache.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository