linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel J Blueman <daniel.blueman@gmail.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org
Subject: Re: [2.6.39-rc1] LTP hitting max (8) nested links...
Date: Mon, 4 Apr 2011 11:19:08 +0800	[thread overview]
Message-ID: <BANLkTi=Mu70wYSM0sVRWZnQzTPBOvqt6xg@mail.gmail.com> (raw)
In-Reply-To: <BANLkTi=pS8Wk9Ymtj=DeVqfgqBsbTXDHZA@mail.gmail.com>

On 4 April 2011 11:13, Daniel J Blueman <daniel.blueman@gmail.com> wrote:
> When a test from the Linux Test Project [1] with 2.6.39-rc1 while
> trying to reproduce another fileystem issue, I quickly hit the 8
> nested link limit [2]:
> BUG_ON(nd->depth >= MAX_NESTED_LINKS)
>
> It seems a mutually exclusive condition to have such a technical limit
> in-kernel and a test in LTP which triggers that, unless there is a bug
> of course.
>
> Though 8 seems reasonable in most cases, it looks like an artificial
> and not technical limit which feels more broken - perhaps a WARN_ON or
> higher limit before BUG() is called makes sense?

Re-reading everything, nested here is actually recursively nested, not
consecutively nested, so will never succeed, so we expect this from
the LTP test.
-- 
Daniel J Blueman

  reply	other threads:[~2011-04-04  3:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04  3:13 [2.6.39-rc1] LTP hitting max (8) nested links Daniel J Blueman
2011-04-04  3:19 ` Daniel J Blueman [this message]
2011-04-04 12:48   ` Valdis.Kletnieks
2011-04-04 14:56     ` Daniel J Blueman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=Mu70wYSM0sVRWZnQzTPBOvqt6xg@mail.gmail.com' \
    --to=daniel.blueman@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).