Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 08:53:12 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_ioctl.c
Message-ID:  <200206261553.g5QFrCNi090223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
arr         2002/06/26 08:53:12 PDT

  Modified files:
    sys/compat/linux     linux_ioctl.c 
  Log:
  - Remove the Giant acquisition from linux_socket_ioctl() as it was really
    there to protect fdrop() (which in turn can call vrele()), however,
    fdrop_locked() grabs Giant for us, so we do not have to.
  
  Reviewed by:    jhb
  Inspired by:    alc
  
  Revision  Changes    Path
  1.86      +2 -11     src/sys/compat/linux/linux_ioctl.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?200206261553.g5QFrCNi090223>