Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2004 19:42:38 +0700
From:      Alexey Dokuchaev <danfe@nsu.ru>
To:        Takanori Watanabe <takawata@init-main.com>
Cc:        Uwe Doering <gemini@geminix.org>
Subject:   Re: Your CVS fix 1.109 to union_vnops.c
Message-ID:  <20041004124238.GB22153@regency.nsu.ru>
In-Reply-To: <200410040912.i949CEjk012965@sana.init-main.com>
References:  <4160FBD9.10603@geminix.org> <200410040912.i949CEjk012965@sana.init-main.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmm.  Looks like there's style(9) typo here:

> +	if(error)
	 ^^ missing space

> +		goto bad;
> +	um->um_upperdev = va.va_fsid;

And here:

> +	if(vap->va_fsid == um->um_upperdev)
	 ^^ missing space
> +		vap->va_fsid = ap->a_vp->v_mount->mnt_stat.f_fsid.val[0];

./danfe


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041004124238.GB22153>