Re: Too many levels of symbolic links

From: Linda Walsh
Date: Tue May 02 2006 - 21:52:45 EST




Brian D. McGrew wrote:
Because of the way our internal filesystem is setup, I'm seeing this
error more and more.

At one time, back in the early 2.4 days, I'd made a change to the kernel
to all more links but I can't seem to find it again in 2.6. Does anyone
know off hand where this constant is defined???
----
Is this what you are looking for?

include/linux/namei.h MAX_NESTED_LINKS = 5

(used in fs/namei.c, where comment claims MAX_NESTING is equal to 8)


-
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/