Re: [RFC PATCH 4/10] vfs: global namespace semaphore

From: Andrew Morton
Date: Tue Sep 20 2005 - 12:30:27 EST


Ram Pai <linuxram@xxxxxxxxxx> wrote:
>
> On Mon, 2005-09-19 at 23:51, Al Viro wrote:
> > On Fri, Sep 16, 2005 at 11:26:19AM -0700, Ram wrote:
> > > This patch removes the per-namespace semaphore in favor of a global
> > > semaphore. This can have an effect on namespace scalability.
> >
> > ... and #2 uses that semaphore...
>
> Patch #2, uses the global semaphore. Yes that patch would'nt have
> compiled without patch #4, because the global semaphore got defined only
> in the patch #4.
>

Ordinarily that doesn't matter much. But if you're doing a `git bisect'
and you happen to land in the middle of a patch series at a point where it
doesn't compile or run, it can ruin your whole day.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/