Re: More than 5 symlinks

Meelis Roos (mroos@tartu.cyber.ee)
Thu, 14 Jan 1999 22:07:09 +0200


UT> Linux-2.1.x and 2.2.0-prex only follow 5 symlinks. This is not enough
UT> in some environments. I patch each kernel I install to follow 20
UT> symlinks which is the same as in SunOS and Solaris.

UT> I'd like to see this patch make it into 2.2.0

Careful! Since the kernel resolves symlinks with a recursive function, 5
was chosen as the max because that will not overflow the stack. 20 might
overflow it...

-- 
Meelis Roos (mroos@tartu.cyber.ee)

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