Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2005 00:43:51 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@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:  <200512200043.jBK0hpnl040874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-12-20 00:43:51 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  vfs_mount_alloc() always returns 0, but what we really want is newly
  allocated 'struct mount *' pointer, so simplify code a bit and return
  the pointer directly.
  
  Reviewed by:    ssouhlal
  
  Revision  Changes    Path
  1.210     +7 -15     src/sys/kern/vfs_mount.c



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