Skip to content
Snippets Groups Projects
Commit 706b86bd authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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 131bfcb7
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment