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

git: kernel - Fix serious bug w/non-blocking commit


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Feb 2011 21:02:14 -0800 (PST)

commit 9e6f3bfc84985f675f33b8a95b66aef7b2c7bd7e
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Feb 23 20:59:59 2011 -0800

    kernel - Fix serious bug w/non-blocking commit
    
    * NDELAY isn't supposed to make HAMMER do non-block disk I/O,
      NRDELAY is the only one that does that.
    
    * Fixes tons and tons of confusion (named, vi, tons of other
      programs that open regular files O_NONBLOCK).
    
    Requested-by: Venkatesh Srinivas <me@endeavour.zapto.org>

Summary of changes:
 sys/vfs/hammer/hammer_vnops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9e6f3bfc84985f675f33b8a95b66aef7b2c7bd7e


-- 
DragonFly BSD source repository



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