fix kgio_peek for !KGIO_NOPUSH systems
commit9900efecb60635ad97b5c00c76eb60252839b1c1
authorJeremy Evans <code@jeremyevans.net>
Thu, 5 May 2011 18:18:46 +0000 (5 11:18 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 19:34:47 +0000 (5 12:34 -0700)
treeebf05bc2f324b4c7cfb41818429b03686b912c13
parent577cf3056d9f3088145aea51bbc09a0c90a7695e
fix kgio_peek for !KGIO_NOPUSH systems

Fix kgio_peek by adding an empty kgio_autopush_recv
if !KGIO_NOPUSH.

ref: http://mid.gmane.org/20110505181846.GB9693@jeremyevans.local
Acked-by: Eric Wong <normalperson@yhbt.net>
ext/kgio/autopush.c