Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753643AbdDKVNb (ORCPT ); Tue, 11 Apr 2017 17:13:31 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:44724 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753228AbdDKVN3 (ORCPT ); Tue, 11 Apr 2017 17:13:29 -0400 Subject: Re: [PATCH v2 2/3] fs: ubifs: update i_version on inode changes To: Christoph Hellwig , Oleksij Rempel References: <20170411095055.26328-1-o.rempel@pengutronix.de> <20170411095055.26328-3-o.rempel@pengutronix.de> <20170411160530.GA25234@infradead.org> Cc: dedekind1@gmail.com, adrian.hunter@intel.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org From: Richard Weinberger Message-ID: Date: Tue, 11 Apr 2017 23:13:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170411160530.GA25234@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 364 Lines: 14 Am 11.04.2017 um 18:05 schrieb Christoph Hellwig: > On Tue, Apr 11, 2017 at 11:50:54AM +0200, Oleksij Rempel wrote: >> increment i_version to notify security/IMA about changes >> made in inode. >> >> Signed-off-by: Oleksij Rempel > > And how is this stored on disk? > Hehe, I was about to ask the same question. :-) Thanks, //richard