From owner-cvs-all Thu Sep 27 14:11: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 4282837B40D; Thu, 27 Sep 2001 14:10:57 -0700 (PDT) Received: from laptop.baldwin.cx ([147.11.46.209]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id OAA03196; Thu, 27 Sep 2001 14:10:55 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200109272104.f8RL4Em11827@freefall.freebsd.org> Date: Thu, 27 Sep 2001 14:10:40 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/ufs/ffs ffs_softdep.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 27-Sep-01 John Baldwin wrote: > jhb 2001/09/27 14:04:13 PDT > > Modified files: > sys/ufs/ffs ffs_softdep.c > Log: > - Fix some minor whitespace nits. > - Move the SPECIAL_FLAG #define up next to the NOHOLDER #define and fix a > little nit that caused it to be defined as -(sizeof (struct thread) + 1) > instead of -2. BTW, this code should be using the existing mutex and semaphore API instead of rolling its own. I'll try and whip up a patch for that and get it reviewed. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message