cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat Jun 10 23:13:03 UTC 2006


rodrigc     2006-06-10 23:10:55 UTC

  FreeBSD src repository

  Modified files:
    sys/gnu/fs/xfs/FreeBSD xfs_vnops.c 
  Log:
  Logical OR the following flags into the va_mode field:
  S_IFDIR when making a directory
  S_IFLNK when making a symbolic link
  S_IFIFO when making a pipe
  
  xfs_ialloc() checks this field for these flags when figuring
  out whether to make a directory, make a symbolic link or make a pipe.
  
  Revision  Changes    Path
  1.3       +4 -10     src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c


More information about the cvs-src mailing list