Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2000 10:55:01 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_lookup.c
Message-ID:  <200003091855.KAA40288@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2000/03/09 10:55:01 PST

  Modified files:
    sys/ufs/ufs          ufs_lookup.c 
  Log:
      In the 'found' case for ufs_lookup() the underlying bp's data was
      being accessed after the bp had been releaed.  A simple move of the
      brelse() solves the problem.
  
  Approved by: jkh
  Submitted by:  Ian Dowse <iedowse@maths.tcd.ie>
  
  Revision  Changes    Path
  1.33      +2 -2      src/sys/ufs/ufs/ufs_lookup.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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