Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 17:31:01 +0000 (UTC)
From:      Thomas Moestl <tmm@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:  <200406201731.i5KHV1Yv010166@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2004-06-20 17:31:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Initialize ni_cnd.cn_cred before calling lookup() (this is normally done
  by namei(), which cannot easily be used here however). This fixes boot
  time crashes on sparc64 and probably other platforms.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.129     +1 -0      src/sys/kern/vfs_mount.c



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