git: kernel: remove O_FRNONBLOCKING

Francois Tigeot ftigeot at crater.dragonflybsd.org
Mon Jul 30 04:22:26 PDT 2012


commit 05dd1c0b78aefd17c57d5dcb882eba6fe948ea4d
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Jul 29 19:26:02 2012 +0200

    kernel: remove O_FRNONBLOCKING
    
    * Like O_ROOTCRED it was effectively unused and removing it frees up
      a precious bit among the various O_xxx flags
    
    * Partially fixes issue #2357

Summary of changes:
 sys/kern/vfs_vnops.c |    4 +---
 sys/sys/fcntl.h      |    3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/05dd1c0b78aefd17c57d5dcb882eba6fe948ea4d


-- 
DragonFly BSD source repository





More information about the Commits mailing list