Al Viro 2043f495c7 new helper: single_open_size()
Same as single_open(), but preallocates the buffer of given size.
Doesn't make any sense for sizes up to PAGE_SIZE and doesn't make
sense if output of show() exceeds PAGE_SIZE only rarely - seq_read()
will take care of growing the buffer and redoing show().  If you
_know_ that it will be large, it might make more sense to look into
saner iterator, rather than go with single-shot one.  If that's
impossible, single_open_size() might be for you.

Again, don't use that without a good reason; occasionally that's really
the best way to go, but very often there are better solutions.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-04-09 14:13:29 -04:00
..
2013-04-09 14:08:16 -04:00
2013-03-11 22:05:56 +01:00
2013-04-09 14:13:05 -04:00
2013-03-12 18:55:21 -07:00
2013-04-09 14:13:01 -04:00
2013-03-12 18:55:21 -07:00
2013-03-26 14:23:45 -07:00
2013-03-22 16:55:15 -04:00
2013-04-09 14:13:00 -04:00
2013-03-12 18:55:21 -07:00
2013-02-22 23:31:31 -05:00
2013-02-22 23:31:31 -05:00
2012-10-22 08:50:37 +03:00
2013-02-22 23:31:31 -05:00
2013-03-26 18:25:57 -04:00
2013-02-22 23:31:31 -05:00
2013-02-28 13:21:44 -08:00
2013-02-22 23:31:31 -05:00
2012-12-20 18:46:29 -05:00
2013-02-22 23:31:31 -05:00
2013-04-09 14:12:58 -04:00
2013-02-22 23:31:31 -05:00
2013-04-09 14:13:29 -04:00
2012-12-17 17:15:27 -08:00
2013-04-09 14:13:01 -04:00
2013-02-26 02:46:08 -05:00
2013-02-22 23:31:31 -05:00