cvs commit: src/sys/kern vfs_mount.c

Robert Watson rwatson at FreeBSD.org
Sun Jan 15 12:01:07 PST 2006


rwatson     2006-01-15 20:01:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring the
  return value is intentional: this is simply an attempt to pre-cache the
  statfs state.
  
  Found with:     Coverity Prevent (tm)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.213     +1 -1      src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list