cvs commit: src/sys/sys vnode.h src/sys/fs/devfs devfs_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Dec 22 08:25:50 PST 2004


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


More information about the cvs-src mailing list