Ben Gras a89ec8bc3b can't get_block(NO_DEV) any more
. 'anonymous' cache blocks (retrieved with NO_DEV as dev
	  parameter) were used to implement read()s from holes in
	  inodes that should return zeroes
	. this is an awkward special case in the cache code though
	  and there's a more direct way to implement the same functionality:
	  instead of copying from a new, anonymous, zero block, to
	  the user target buffer, simply sys_safememset the user target
	  buffer directly. as this was the only use of this feature,
	  this is all that's needed to simplify the cache code a little.
2012-11-16 16:37:44 +01:00
..
2012-07-15 22:30:15 +02:00
2012-11-15 16:52:00 +01:00
2011-11-14 10:07:49 +00:00
2012-04-09 18:08:26 +02:00
2012-11-15 16:07:29 +01:00
2012-10-24 13:42:44 +02:00
2012-03-25 21:58:14 +02:00
2012-07-15 22:30:15 +02:00
2012-05-10 16:38:24 +02:00
2012-08-07 17:01:25 +02:00