Shen Yan
5cb65efe2c
Fix zstream_t incorrect type
...
The DMU zfetch code organizes streams with lists not avl trees. A
avl_node_t was mistakenly used for a list_node_t in the zstream_t
type. This is incorrect (but harmless) and when unnoticed because:
1) The list functions explicitly cast the value preventing a warning,
2) sizeof(avl_node_t) >= sizeof(list_node_t) so no overrun occurs, and
3) The calculated offset is the same regardless of the type.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov >
Closes #1946
2013-12-10 10:09:27 -08:00
..
2013-05-01 17:05:52 -07:00
2013-11-05 12:23:05 -08:00
2013-12-06 09:32:43 -08:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2013-01-08 10:35:43 -08:00
2013-01-08 10:35:35 -08:00
2013-12-06 09:32:43 -08:00
2013-11-04 10:55:25 -08:00
2013-11-05 12:15:00 -08:00
2013-11-04 11:27:41 -08:00
2013-11-05 12:15:00 -08:00
2013-07-02 13:34:31 -07:00
2013-12-06 09:32:43 -08:00
2013-12-10 10:09:27 -08:00
2013-12-06 09:32:43 -08:00
2013-11-05 12:23:35 -08:00
2013-11-05 12:23:11 -08:00
2010-09-08 12:38:56 -07:00
2013-09-04 15:49:00 -07:00
2013-11-04 11:18:14 -08:00
2013-12-06 09:32:43 -08:00
2013-12-06 09:32:43 -08:00
2013-09-04 16:01:24 -07:00
2013-11-05 12:23:05 -08:00
2013-09-04 16:01:24 -07:00
2013-11-04 11:17:48 -08:00
2012-07-17 09:17:31 -07:00
2013-12-06 09:32:43 -08:00
2013-11-05 12:25:01 -08:00
2013-09-04 16:01:24 -07:00
2010-09-08 12:38:56 -07:00
2013-09-04 16:01:24 -07:00
2013-09-04 16:01:24 -07:00
2013-09-04 16:01:24 -07:00
2013-12-06 09:32:43 -08:00
2012-03-07 16:28:00 -08:00
2010-09-08 12:38:56 -07:00
2013-12-06 09:32:43 -08:00
2013-10-31 09:16:03 -07:00
2013-11-04 10:55:25 -08:00
2013-12-06 09:32:43 -08:00
2013-12-06 09:32:43 -08:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2011-02-10 09:21:43 -08:00
2013-11-04 10:55:25 -08:00
2010-09-08 12:38:56 -07:00
2011-02-23 12:29:38 -08:00
2010-09-08 12:38:56 -07:00
2013-12-06 09:32:43 -08:00
2013-05-01 17:05:52 -07:00
2011-03-02 11:43:50 -08:00
2010-09-08 12:38:56 -07:00
2013-11-04 10:55:25 -08:00
2013-11-04 10:55:25 -08:00
2013-09-04 16:01:24 -07:00
2013-11-04 10:55:25 -08:00
2013-12-06 09:32:43 -08:00
2012-12-12 10:47:05 -08:00
2013-11-05 12:23:05 -08:00
2013-12-06 09:32:43 -08:00
2011-02-10 09:27:21 -08:00
2011-02-10 09:27:21 -08:00
2013-11-04 10:55:25 -08:00
2010-09-08 12:38:56 -07:00
2013-11-04 10:55:25 -08:00
2011-11-28 15:45:51 -08:00
2010-09-08 12:38:56 -07:00
2013-10-29 14:54:26 -07:00
2013-08-15 16:19:07 -07:00
2013-11-23 15:08:29 -08:00
2013-01-08 10:35:43 -08:00
2013-11-23 15:08:29 -08:00
2013-03-04 08:49:32 -08:00
2013-11-04 10:55:25 -08:00
2013-11-05 12:14:56 -08:00
2013-12-06 09:32:43 -08:00
2013-11-21 08:56:24 -08:00
2010-09-08 12:38:56 -07:00
2013-09-04 16:01:24 -07:00