From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: Probleam reading fdinfo symlinks after 30a08bf2d31d275c6fc71dd1811342777e95c831 Date: Mon, 4 Jun 2012 22:11:44 +0400 Message-ID: <20120604181144.GK23701@moon> References: <20120604151407.GD23701@moon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , LINUXFS-ML , Al Viro , Eric Biederman To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jun 04, 2012 at 10:59:24AM -0700, Linus Torvalds wrote: > On Mon, Jun 4, 2012 at 8:14 AM, Cyrill Gorcunov wrote: > > > > just tried 3.5-rc1 out and found that with commit > > 30a08bf2d31d275c6fc71dd1811342777e95c831 the reading > > of fdinfo files returns "Too many levels of symbolic links" > > error. > > Ugh. The fdinfo files aren't symlinks at all, and share the revalidate function. > > My bad. The fix isn't pretty, but still better than reverting things. > This should fix it. Thanks Linus! This patch fixed it. Tested-by: Cyrill Gorcunov