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

git: test - Adjust randread to not share file descriptors


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Feb 2012 15:34:09 -0800 (PST)

commit 79580b6b91b2d2b38532aa3837ac35f22055f2ab
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Feb 8 15:32:52 2012 -0800

    test - Adjust randread to not share file descriptors
    
    * Close and reopen the device when randread fork()s so the physical
      file descriptor is not shared.  The vnode will still be shared.
    
    * Works around a serialization issue when a file descriptor is shared.

Summary of changes:
 test/sysperf/randread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79580b6b91b2d2b38532aa3837ac35f22055f2ab


-- 
DragonFly BSD source repository



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