Whamcloud - gitweb
LU-2468 libcfs: quiet spurious debug message
authorAndreas Dilger <andreas.dilger@intel.com>
Tue, 19 Feb 2013 19:05:40 +0000 (12:05 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Mar 2013 19:41:01 +0000 (15:41 -0400)
commitd47a4bc79525f6cc382e29809810bfe289477dd4
treea79c34b22c8ac8e7f90468958e375c51c1a5fac0
parentf961ae9bf148d8df817c7292e80cd9de4af5bffb
LU-2468 libcfs: quiet spurious debug message

When cfs_trace_get_tage_try()->cfs_tage_alloc() is allocating a debug
buffer, since e2a2fab993d01597010cb2b44df44a522af0eec8 (b=21776) this
allocation is denied when the allocation is happening in a memory
freeing path.  This caused a spurious "cannot allocate a tage" message
on the console each time.  Quiet that message, since it is expected.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: Ic800c474dc33f62843b74e06d9ca642cad3ebbe5
Reviewed-on: http://review.whamcloud.com/5470
Tested-by: Hudson
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/libcfs/tracefile.c