From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu Subject: Re: [PATCH 3/4] ext4: update ctime when changing the file's permission by setfacl Date: Tue, 15 Jun 2010 12:21:29 -0400 Message-ID: <20100615162129.GB6463@thunk.org> References: <1275664075-4703-1-git-send-email-jack@suse.cz> <1275664075-4703-4-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, David Woodhouse , Al Viro , linux-ext4@vger.kernel.org To: Jan Kara Return-path: Received: from THUNK.ORG ([69.25.196.29]:35250 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753780Ab0FOQVm (ORCPT ); Tue, 15 Jun 2010 12:21:42 -0400 Content-Disposition: inline In-Reply-To: <1275664075-4703-4-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jun 04, 2010 at 05:07:54PM +0200, Jan Kara wrote: > ext4 didn't update the ctime of the file when its permission was changed. I've added this to the ext4 tree, thanks. - Ted