DragonFly BSD
DragonFly commits List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Add max I/O size cap to vmaxiosize()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Apr 2012 10:17:40 -0700 (PDT)

commit 201cd6122f10d34494e93bdd304d21f94f3d0a29
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Apr 2 10:16:21 2012 -0700

    kernel - Add max I/O size cap to vmaxiosize()
    
    * Cap the returned value at MAXPHYS, allowing VCHR devices to set a
      higher max-IO limit (according to DMA limitations) without blowing
      out the pbuf's that the frontend uses to build clustered I/O.

Summary of changes:
 sys/kern/vfs_subr.c |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/201cd6122f10d34494e93bdd304d21f94f3d0a29


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]