Date: Fri, 20 Nov 2009 22:22:53 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200911202223.nAKMNEpb064608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-11-20 22:22:53 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: SVN rev 199617 on 2009-11-20 22:22:53Z by kib On the return path from F_RDAHEAD and F_READAHEAD fcntls, do not unlock Giant twice. While there, bring conditions in the do/while loops closer to style, that also makes the lines fit into 80 columns. Reported and tested by: dougb Revision Changes Path 1.359 +3 -2 src/sys/kern/kern_descrip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911202223.nAKMNEpb064608>