Date: Tue, 28 Apr 1998 21:54:45 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, dima@tejblum.dnttm.rssi.ru Cc: freebsd-fs@FreeBSD.ORG, tejblum@arc.hq.cti.ru Subject: Re: VFS_SYNC(MNT_LAZY) Message-ID: <199804281154.VAA30655@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Well, in ffs_sync(), the loop checks for pending updates. I can't see >> anywhere else where this is done. > >Oops, I overlooked that. Too many parenthesis... Yes, it is a good example of code obfuscated using unnecessary parentheses and other style bugs :-). See OpenBSD for better approximations to KNF. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804281154.VAA30655>