From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760385Ab3B0RKZ (ORCPT ); Wed, 27 Feb 2013 12:10:25 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:59692 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037Ab3B0RKX convert rfc822-to-8bit (ORCPT ); Wed, 27 Feb 2013 12:10:23 -0500 References: <20130227124727.GA225@x4> <20130227153435.GB5609@thunk.org> <20130227154450.GA23402@x4> <20130227170157.GA222@x4> Mime-Version: 1.0 (1.0) In-Reply-To: <20130227170157.GA222@x4> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8BIT Message-Id: <98C6DE45-F050-4AAD-82E2-7352F5BB0A5D@gmail.com> Cc: "Theodore Ts'o" , Zheng Liu , Linus Torvalds , Dave Jones , Borislav Petkov , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" X-Mailer: iPad Mail (10B146) From: "gnehzuil.liu" Subject: Re: [GIT PULL] ext4 updates for 3.9 Date: Thu, 28 Feb 2013 01:10:15 +0800 To: Markus Trippelsdorf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ÔÚ 2013-2-28£¬ÉÏÎç1:01£¬Markus Trippelsdorf дµÀ£º > On 2013.02.27 at 16:44 +0100, Markus Trippelsdorf wrote: >> On 2013.02.27 at 10:34 -0500, Theodore Ts'o wrote: >>> On Wed, Feb 27, 2013 at 01:47:27PM +0100, Markus Trippelsdorf wrote: >>>> Just booted todays Linux tree and got the following errors: >>>> >>>> ... >>>> Feb 27 13:33:31 x4 kernel: EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null) >>>> ... >>>> Feb 27 13:33:32 x4 kernel: EXT4-fs error (device sda): ext4_find_dest_de:1657: inode #70647809: block 14164000: comm cupsd: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=2569822761, rec_len=3837, name_len=1 >>>> Feb 27 13:33:32 x4 kernel: EXT4-fs error (device sda): ext4_find_dest_de:1657: ignore#70911401: block 15213579: comm pdnsd: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=2000846358, rec_len=36782, name_len=120 >>> >>> Is this reproducible? > > The issue is caused by: > > commit d100eef2440fea13e4f09e88b1c8bcbca64beb9f > Author: Zheng Liu > Date: Mon Feb 18 00:29:59 2013 -0500 > > ext4: lookup block mapping in extent status tree Hi Markus, Thanks for the report. I am very sorry about that. Now I am trying to fix it. Thanks, - Zheng