]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292128:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 Dec 2015 11:10:44 +0000 (11:10 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 Dec 2015 11:10:44 +0000 (11:10 +0000)
commit90aa082ab3a02ce30b27ba93cac125aa70e539e0
tree80d7ab718754c828a2f0bf04d533c5480a00fb06
parentf10c1b15a99f367acce6270f9d15c6bf12a1a30f
MFC r292128:
In md(4) over vnode, correct handling of the unaligned unmapped io
requests which page alignment + size is greater than MAXPHYS. Split
request up to the size of io which fits into pbuf KVA with alignment,
and retry if a part of the bio is left unprocessed.

git-svn-id: svn://svn.freebsd.org/base/stable/10@292746 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/md/md.c