Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2004 14:38:03 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_util.c
Message-ID:  <200401142238.i0EMc3HB035466@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2004/01/14 14:38:03 PST

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_util.c 
  Log:
  VOP_GETATTR() wants the vnode passed to it to be locked.  Instead
  of adding the code to lock and unlock the vnodes and taking care
  to avoid deadlock, simplify linux_emul_convpath() by comparing the
  vnode pointers directly instead of comparing their va_fsid and
  va_fileid attributes.  This allows the removal of the calls to
  VOP_GETATTR().
  
  Revision  Changes    Path
  1.24      +1 -13     src/sys/compat/linux/linux_util.c



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