Date: Tue, 24 Mar 1998 13:46:28 +0300 From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: Андрей Чернов <ache@nagual.pp.ru> Cc: Hostas Red <kong@kkk.ml.org>, current@FreeBSD.ORG Subject: Re: Having problems with msdosfs Message-ID: <199803241046.NAA04182@tejblum.dnttm.rssi.ru> In-Reply-To: Your message of "Tue, 24 Mar 1998 10:34:48 %2B0300." <19980324103448.65254@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Андрей Чернов 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803241046.NAA04182>
