John Baldwin
ffaf2c55a8
Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.
...
The difference between WITNESS_CHECK() and WITNESS_WARN() is that
WITNESS_CHECK() should be used in the places that the return value of
witness_warn() is checked, whereas WITNESS_WARN() should be used in places
where the return value is ignored. Specifically, in a kernel without
WITNESS enabled, WITNESS_WARN() evaluates to an empty string where as
WITNESS_CHECK evaluates to 0. I also updated the one place that was
checking the return value of WITNESS_WARN() to use WITNESS_CHECK.
2006-01-27 22:20:15 +00:00
..
2006-01-10 09:19:10 +00:00
2006-01-14 17:22:47 +00:00
2006-01-27 21:07:04 +00:00
2006-01-18 18:49:25 +00:00
2006-01-26 00:35:54 +00:00
2006-01-21 19:51:47 +00:00
2006-01-26 21:48:50 +00:00
2006-01-26 01:30:34 +00:00
2006-01-19 11:46:45 +00:00
2005-08-18 00:30:22 +00:00
2005-12-04 02:12:43 +00:00
2006-01-27 19:10:13 +00:00
2006-01-23 17:45:57 +00:00
2006-01-22 15:35:14 +00:00
2006-01-09 20:42:19 +00:00
2005-12-05 11:58:35 +00:00
2006-01-23 15:46:09 +00:00
2006-01-18 01:45:57 +00:00
2005-12-22 22:16:09 +00:00
2006-01-17 17:29:03 +00:00
2006-01-27 22:17:31 +00:00
2006-01-22 00:46:40 +00:00
2006-01-27 09:08:32 +00:00
2006-01-25 10:00:40 +00:00
2006-01-23 21:02:49 +00:00
2005-11-11 16:04:59 +00:00
2006-01-22 01:07:11 +00:00
2006-01-27 10:56:22 +00:00
2006-01-24 17:57:19 +00:00
2006-01-25 08:17:02 +00:00
2006-01-21 10:44:34 +00:00
2006-01-14 00:05:44 +00:00
2006-01-21 10:44:34 +00:00
2005-11-09 13:29:16 +00:00
2006-01-14 11:40:32 +00:00
2006-01-16 17:03:21 +00:00
2006-01-19 22:48:31 +00:00
2006-01-20 15:07:18 +00:00
2006-01-23 21:06:22 +00:00
2005-08-18 11:58:03 +00:00
2006-01-10 09:19:10 +00:00
2006-01-15 06:49:28 +00:00
2006-01-18 09:42:21 +00:00
2005-11-28 02:58:30 +00:00
2006-01-10 09:19:10 +00:00
2006-01-20 15:20:41 +00:00
2006-01-15 01:02:20 +00:00
2006-01-26 21:14:32 +00:00
2006-01-27 22:20:15 +00:00
2005-12-14 00:49:52 +00:00
2006-01-09 20:42:19 +00:00
2006-01-27 22:20:15 +00:00
2006-01-10 20:58:27 +00:00