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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to