看板 DFBSD_commit 關於我們 聯絡資訊
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