Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 16:25:50 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys vnode.h src/sys/fs/devfs devfs_vnops.c
Message-ID:  <200412221625.iBMGPorq053607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-12-22 16:25:50 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              vnode.h 
    sys/fs/devfs         devfs_vnops.c 
  Log:
  Shuffle numeric values of the IO_* flags to match the O_* flags from
  fcntl.h.
  
  This is in preparation for making the flags passed to device drivers be
  consistently from fcntl.h for all entrypoints.
  
  Today open, close and ioctl uses fcntl.h flags, while read and write
  uses vnode.h flags.
  
  Revision  Changes    Path
  1.96      +13 -0     src/sys/fs/devfs/devfs_vnops.c
  1.263     +4 -3      src/sys/sys/vnode.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412221625.iBMGPorq053607>