git: kernel - Fix serious bug w/non-blocking commit
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 23 21:05:14 PST 2011
commit 9e6f3bfc84985f675f33b8a95b66aef7b2c7bd7e
Author: Matthew Dillon <dillon at 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 at 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
More information about the Commits
mailing list