Subject: Re: CVS commit: src/sys/ufs/lfs
To: None <rtr@omicron-persei-8.net>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 03/20/2006 07:14:31
> >as it's impossible to predict what kind of bugs we'll have here,
> >i don't think you can say the change will help or hurt.
> >  
> >
> Agreed, but I think if things were assigned to known values before 
> conditional expressions involving them it can avoid accidents.

it avoids accidents in some cases and causes accidents in other cases.
ie. nonsense, IMO.

btw, are you going to propagate this NULL initialization to all the tree?
or this one is special?

YAMAMOTO Takashi