Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 17:34:05 +0600 (NOVT)
From:      nnd@mail.nsk.ru (Nickolay Dudorov)
To:        current@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/compat/svr4 svr4_stream.c src/sys/kern         kern_descrip.c sys_socket.c uipc_socket.c uipc_socket2.c         uipc_syscalls.c uipc_usrreq.c src/sys/net raw_cb.c raw_usrreq.c         src/sys/netatalk ddp_usrreq.c src/sys/netatm atm_socket.c ...
Message-ID:  <200111171134.fAHBY5429507@wint.itfs.nsk.su>
In-Reply-To: <200111170307.fAH37CZ54512@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200111170307.fAH37CZ54512@freefall.freebsd.org>
Matt Dillon <dillon@FreeBSD.ORG> wrote:
> dillon      2001/11/16 19:07:12 PST
> 
>  Modified files:
>    sys/compat/svr4      svr4_stream.c 
>    sys/kern             kern_descrip.c sys_socket.c uipc_socket.c 
>                         uipc_socket2.c uipc_syscalls.c 
>                         uipc_usrreq.c 
>    sys/net              raw_cb.c raw_usrreq.c 
>    sys/netatalk         ddp_usrreq.c 
>    sys/netatm           atm_socket.c 
>    sys/netinet          in_pcb.c 
>    sys/netinet6         in6_pcb.c 
>    sys/netipx           ipx_pcb.c ipx_usrreq.c 
>    sys/netnatm          natm.c 
>    sys/netns            idp_usrreq.c ns_pcb.c 
>    sys/nfsserver        nfs_syscalls.c 
>    sys/sys              file.h socketvar.h 
>  Log:
>  Give struct socket structures a ref counting interface similar to
>  vnodes.  This will hopefully serve as a base from which we can
>  expand the MP code.  We currently do not attempt to obtain any
>  mutex or SX locks, but the door is open to add them when we nail
>  down exactly how that part of it is going to work.


	There is at least one more usage of the deleted by this
commit 'holdsock' in the "sys/compat/linux/linux_socket.c" which
makes the kernel unbuildable.

	Unfortunately I can not fix this case "mechanically"
as in many other places where 'holdsock' was used before.

	N.Dudorov

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




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