X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Flibcfs%2Fhash.c;h=69d56f770155c1f5efee3f72cb864186340f3b85;hb=26bb579a96efced8825b63b84465334368ecc382;hp=db30f8c9cbd0d5253ea652928e800000af89b775;hpb=673f374637d090ba8c4a2cec48eb250b42d2dfa8;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/hash.c b/libcfs/libcfs/hash.c index db30f8c..69d56f7 100644 --- a/libcfs/libcfs/hash.c +++ b/libcfs/libcfs/hash.c @@ -28,6 +28,8 @@ /* * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2011, Whamcloud, Inc. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -110,7 +112,7 @@ #include #if CFS_HASH_DEBUG_LEVEL >= CFS_HASH_DEBUG_1 -static unsigned int warn_on_depth = 0; +static unsigned int warn_on_depth = 8; CFS_MODULE_PARM(warn_on_depth, "i", uint, 0644, "warning when hash depth is high."); #endif