Subject: Re: Uninitialised variable in ffs_mount()?
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: Anders Magnusson <ragge@ludd.luth.se>
List: tech-kern
Date: 12/14/1999 21:40:21
> 
> I agree that this is a problem; however, fs->fs_fsmnt isn't valid in
> the "new mount" case until the copyinstr() on line 306.  (and I think
> VFSTOUFS(mp) won't work until the ffs_mountfs is done).
> 
The MNT_ASYNC flag seems to be cleared after the call to ffs_mountfs()
if it is a softdep filesystem, so the check is probably unneccessary.

-- Ragge