Commit 45f87b77 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Remove outdated comment on how to set logtape's read buffer size.

Commit b75f467b removed the LogicalTapeAssignReadBufferSize() function,
but forgot to update this comment. The read buffer size is an argument to
LogicalTapeRewindForRead() now. Doesn't seem worth going into the details
in the file header comment, so remove the outdated sentence altogether.
parent 7551d9bc
...@@ -47,8 +47,7 @@ ...@@ -47,8 +47,7 @@
* *
* To further make the I/Os more sequential, we can use a larger buffer * To further make the I/Os more sequential, we can use a larger buffer
* when reading, and read multiple blocks from the same tape in one go, * when reading, and read multiple blocks from the same tape in one go,
* whenever the buffer becomes empty. LogicalTapeAssignReadBufferSize() * whenever the buffer becomes empty.
* can be used to set the size of the read buffer.
* *
* To support the above policy of writing to the lowest free block, * To support the above policy of writing to the lowest free block,
* ltsGetFreeBlock sorts the list of free block numbers into decreasing * ltsGetFreeBlock sorts the list of free block numbers into decreasing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment