Linux: cache bypass: remove warning print before panic
authorMarc Dionne <marc.c.dionne@gmail.com>
Fri, 2 Jul 2010 13:28:05 +0000 (09:28 -0400)
committerDerrick Brashear <shadow@dementia.org>
Fri, 2 Jul 2010 16:27:53 +0000 (09:27 -0700)
commit4516e3777413f795ab09440bf300681750ed92fa
treec0c1341239015be8f056afa0de23d6c925d15c2b
parent95a814a26fae63e75fac99e2c8d586bd4725f204
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