cvs commit: src/sys/kern vfs_mount.c
Christian S.J. Peron
csjp at FreeBSD.org
Sun Jan 15 12:14:14 PST 2006
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
More information about the cvs-src
mailing list