From: Tahsin Erdogan Subject: Re: xattr hash error in 4.13-rc with overlayfs over ext4 Date: Thu, 27 Jul 2017 11:20:36 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "Theodore Ts'o" , "linux-ext4@vger.kernel.org" , linux-fsdevel@vger.kernel.org, lkml , "linux-unionfs@vger.kernel.org" To: Miklos Szeredi Return-path: In-Reply-To: Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org 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