Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751646AbdG0SUk (ORCPT ); Thu, 27 Jul 2017 14:20:40 -0400 Received: from mail-yw0-f173.google.com ([209.85.161.173]:33479 "EHLO mail-yw0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbdG0SUi (ORCPT ); Thu, 27 Jul 2017 14:20:38 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Tahsin Erdogan Date: Thu, 27 Jul 2017 11:20:36 -0700 Message-ID: Subject: Re: xattr hash error in 4.13-rc with overlayfs over ext4 To: Miklos Szeredi Cc: "Theodore Ts'o" , "linux-ext4@vger.kernel.org" , linux-fsdevel@vger.kernel.org, lkml , "linux-unionfs@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 309 Lines: 10 Hi Miklos, I made a first attempt to reproduce the failure but did not get lucky. > Inode 3093, i_blocks is 16, should be 8. Fix? yes Does this inode correspond to foo, bar or a preexisting file? Do you mind sharing the output of the following command? debugfs -R "stat <3093>" /dev/${ext4_dev} thanks