From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:34916 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726453AbeKPEDX (ORCPT ); Thu, 15 Nov 2018 23:03:23 -0500 Date: Thu, 15 Nov 2018 12:54:31 -0500 From: "Theodore Y. Ts'o" To: Li Dongyang Cc: linux-ext4@vger.kernel.org, Andreas Dilger Subject: Re: [PATCH] e2fsck: check xattr 'system.data' before setting inline_data feature Message-ID: <20181115175431.GC20617@thunk.org> References: <20181030061501.24406-1-dongyangli@ddn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181030061501.24406-1-dongyangli@ddn.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, Oct 30, 2018 at 05:15:01PM +1100, Li Dongyang wrote: > ext2fs_inline_data_size will happy return 0 and set size to > EXT4_MIN_INLINE_DATA_SIZE even when inode doesn't have > xattr 'system.data', a corrupted i_flags could make e2fsck > enable the inline_data on the superblock. > > We should only offer to enable inline_data when i_flags is set > and xattr 'system.data' can be found. > > Signed-off-by: Li Dongyang Thanks, applied. - Ted