From owner-freebsd-current Tue Mar 24 02:54:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09316 for freebsd-current-outgoing; Tue, 24 Mar 1998 02:54:08 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09260 for ; Tue, 24 Mar 1998 02:53:55 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id NAA23230; Tue, 24 Mar 1998 13:39:16 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id NAA04182; Tue, 24 Mar 1998 13:46:28 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199803241046.NAA04182@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Андрей Чернов cc: Hostas Red , current@FreeBSD.ORG Subject: Re: Having problems with msdosfs In-reply-to: Your message of "Tue, 24 Mar 1998 10:34:48 +0300." <19980324103448.65254@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Date: Tue, 24 Mar 1998 13:46:28 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Андрей Чернов wrote: > > - for (cn = 0; cn < pmp->pm_maxcluster;) > > + for (cn = 0; cn < pmp->pm_maxcluster; cn += N_INUSEBITS) > > Hmm. I see another variant of incrementing cn in all other places: > > cn += N_INUSEBITS - cn % N_INUSEBITS; But cn % N_INUSEBITS == 0 in this cycl anyway... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message