Date: Tue, 17 Mar 2009 02:32:36 +0000 (UTC) From: Sean Farley <scf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_tap.c Message-ID: <200903170232.n2H2Wo7J051675@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scf 2009-03-17 02:32:36 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: SVN rev 189907 on 2009-03-17 02:32:36Z by scf Remove the splimp()/splx() calls around the setting of the MTU. They are no-op's that I inadvertently added. Even if locking is needed in general for the ioctl's, setting a single long will not need it due to the operation being atomic. Reported by: rwatson Revision Changes Path 1.79 +0 -2 src/sys/net/if_tap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903170232.n2H2Wo7J051675>