Kernel: Set max io size limit for all disk devices
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 2 Apr 2012 06:34:35 +0000 (08:34 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 2 Apr 2012 06:34:35 +0000 (08:34 +0200)
commit7588b0a678d280e12552e352795624bcc69b139d
treea4ec3896eb0120f69e9d2c0daef54d2239733abe
parent5f3a8f99c4117e8026502a52e14054582147453e
Kernel: Set max io size limit for all disk devices

* Prior to this change, slice and partition devices did not inherit their
  parent maximum IO size limit

* IO transactions on these devices could thus never be bigger than the
  old 64KB DFLTPHYS defaul kernel limit
sys/kern/subr_disk.c