Trimmed a bit.

geesefs-0-30-9
Aaron Jacobs 2015-07-24 16:10:54 +10:00
parent bd9024064a
commit ee57176a0b
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ import (
"syscall"
)
// Maximum file write size we are prepared to receive from the kernel. Linux
// appears to limit writes to 128 KiB.
const maxWrite = 128 * 1024
func lineLogger(wg *sync.WaitGroup, prefix string, r io.ReadCloser) {
defer wg.Done()