Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2006 23:10:55 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.c
Message-ID:  <200606102310.k5ANAtTW099509@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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