Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2006 20:14:11 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200601152014.k0FKEBUK013407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2006-01-15 20:14:11 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  vfs_busy can only return something useful if MNTK_UNMOUNT has been set.
  Since we are using vfs_busy() on a freshly allocated mount structure, use
  (void) to show that we do not care about the return value.
  
  Found with:     Coverity Prevent (tm)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.214     +1 -1      src/sys/kern/vfs_mount.c



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