Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 17:27:27 -0700
From:      David Schultz <das@freebsd.org>
To:        src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/fs/unionfs union_vnops.c
Message-ID:  <20030615002727.GB714@HAL9000.homeunix.com>
In-Reply-To: <200306142356.h5ENuRLO044296@repoman.freebsd.org>
References:  <200306142356.h5ENuRLO044296@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 14, 2003, David Schultz wrote:
> das         2003/06/14 16:56:27 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/fs/unionfs       union_vnops.c 
>   Log:
>   If someone tries to mount a union filesystem with another unionfs as
>   the upper layer, fail gracefully instead of panicing.

By the way, to clarify, VOP_WHITEOUT with the LOOKUP flag is used
by unionfs itself to detect whether the top layer you're trying to
mount over supports whiteout entries.  In this case, cnp->cn_thread
is NULL, so this commit fixes a null pointer dereference in the case
where one unionfs asks another whether it supports whiteout entries.



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