Date: Tue, 14 Feb 2006 21:57:09 +0000 (UTC) From: Robert Watson <rwatson@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: <200602142157.k1ELv9So043097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-02-14 21:57:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: Merge vfs_mount.c:1.213 from HEAD to RELENG_6: 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) Approved by: re (scottl) Revision Changes Path 1.196.2.7 +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?200602142157.k1ELv9So043097>