From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Chislov Subject: Re: [PATCH] nilfs2: fix ignored error code in __nilfs_read_inode() Date: Sat, 22 Aug 2009 14:41:43 +0300 Message-ID: <200908221441.43584.yuri@itinteg.net> References: <20090822.202157.120631059.ryusuke@osrg.net> Reply-To: NILFS Users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090822.202157.120631059.ryusuke-sG5X7nlA6pw@public.gmane.org> Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org Errors-To: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org To: NILFS Users mailing list Hi, On Saturday 22 August 2009 14:21:57 Ryusuke Konishi wrote: > If you apply this, you may see "NILFS: get root inode failed" error > instead of "NILFS: corrupt root inode.". I still get the same error. I add some printk to super.c before line 847 I get, that S_ISLNK(root->i_mode) is True Thank you. Yuri.