Date: Tue, 15 Aug 2000 08:43:42 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ams AT ludd DOT luth DOT se Message-Id: <2593-Tue15Aug2000084342+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp-workers AT delorie DOT com In-reply-to: <200008142028.WAA25681@father.ludd.luth.se> (message from Martin Str|mberg on Mon, 14 Aug 2000 22:28:42 +0200 (MET DST)) Subject: Re: change for symlinks References: <200008142028 DOT WAA25681 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Martin Str|mberg > Date: Mon, 14 Aug 2000 22:28:42 +0200 (MET DST) > > Linux kernel 2.0.34 for ext2 and xiafs: > if (current->link_count > 5) { > iput (dir); > iput (inode); > return -ELOOP; > } Are you sure this is for symlinks? The fragment doesn't tell anything that would give a clue.