diff options
author | mav <mav@FreeBSD.org> | 2014-08-02 06:56:00 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-08-02 06:56:00 +0000 |
commit | c1cec10724db2cddba21f8e88a0362559b85b0bd (patch) | |
tree | 830491e78ed5b17781df256e70116e569f09d266 /etc/etc.ia64/ttys | |
parent | fc1b233fa4d8f8aaa75fbdd7cf640d804915f73b (diff) | |
download | FreeBSD-src-c1cec10724db2cddba21f8e88a0362559b85b0bd.zip FreeBSD-src-c1cec10724db2cddba21f8e88a0362559b85b0bd.tar.gz |
MFC r269123:
Implement separate I/O dispatch method for ZVOLs in "dev" mode.
Unlike disk devices ZVOLs process all requests synchronously. That makes
impossible sending multiple requests to them from single thread. From the
other side ZVOLs have real d_read/d_write methods, which unlike d_strategy
can handle uio scatter/gather and have no strict I/O size limitations.
So, if ZVOL in "dev" mode is detected, use of d_read/d_write methods instead
of d_strategy allows to avoid pointless splitting of large requests into
MAXPHYS (128K) sized chunks.
Diffstat (limited to 'etc/etc.ia64/ttys')
0 files changed, 0 insertions, 0 deletions