Alan Cox
90ecfebd82
Refactor the existing machine-dependent sf_buf_free() into a machine-
...
dependent function by the same name and a machine-independent function,
sf_buf_mext(). Aside from the virtue of making more of the code machine-
independent, this change also makes the interface more logical. Before,
sf_buf_free() did more than simply undo an sf_buf_alloc(); it also
unwired and if necessary freed the page. That is now the purpose of
sf_buf_mext(). Thus, sf_buf_alloc() and sf_buf_free() can now be used
as a general-purpose emphemeral map cache.
2004-03-16 19:04:28 +00:00
..
2004-02-03 22:00:42 +00:00
2003-08-25 09:48:48 +00:00
2003-11-03 22:20:50 +00:00
2003-11-03 22:22:04 +00:00
2002-09-17 01:49:00 +00:00
2004-03-13 15:42:59 +00:00
2004-03-05 14:23:13 +00:00
2003-08-25 09:48:48 +00:00
2004-03-12 21:45:33 +00:00
2003-11-03 22:07:21 +00:00
2003-08-25 09:48:48 +00:00
2004-03-15 21:47:34 +00:00
2003-12-23 02:42:39 +00:00
2003-11-03 22:08:52 +00:00
2003-11-12 18:14:34 +00:00
2004-02-28 22:33:28 +00:00
2003-08-25 09:48:48 +00:00
2003-10-21 18:28:36 +00:00
2004-03-12 21:45:33 +00:00
2004-03-12 21:45:33 +00:00
2003-11-10 15:48:30 +00:00
2003-11-17 06:10:15 +00:00
2003-11-12 18:13:57 +00:00
2003-08-25 09:48:48 +00:00
2003-08-25 09:48:48 +00:00
2004-02-02 09:50:43 +00:00
2003-11-03 21:53:38 +00:00
2004-01-31 20:14:44 +00:00
2004-02-02 23:22:24 +00:00
2004-02-21 21:10:55 +00:00
2003-10-24 21:01:31 +00:00
2004-01-24 19:52:48 +00:00
2003-11-03 22:32:04 +00:00
2003-11-03 22:12:37 +00:00
2003-12-10 19:29:39 +00:00
2003-11-05 23:19:44 +00:00
2004-02-29 18:30:35 +00:00
2004-02-21 21:10:55 +00:00
2004-03-07 21:06:48 +00:00
2003-11-03 21:28:54 +00:00
2004-01-19 21:27:11 +00:00
2003-09-07 05:23:28 +00:00
2004-03-11 00:17:45 +00:00
2003-10-21 18:28:36 +00:00
2003-08-25 09:48:48 +00:00
2003-03-30 05:24:52 +00:00
2004-03-16 19:04:28 +00:00