From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752266AbcF1IkF (ORCPT ); Tue, 28 Jun 2016 04:40:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57378 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbcF1IkB (ORCPT ); Tue, 28 Jun 2016 04:40:01 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH 2/8] ceph: don't use ->d_time From: "Yan, Zheng" In-Reply-To: Date: Tue, 28 Jun 2016 16:39:54 +0800 Cc: Al Viro , linux-kernel , linux-fsdevel Content-Transfer-Encoding: 7bit Message-Id: References: <1466606110-24297-1-git-send-email-mszeredi@redhat.com> <1466606110-24297-3-git-send-email-mszeredi@redhat.com> To: Miklos Szeredi X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 28 Jun 2016 08:40:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jun 28, 2016, at 16:09, Miklos Szeredi wrote: > > On Thu, Jun 23, 2016 at 8:21 AM, Yan, Zheng wrote: >> >>> On Jun 22, 2016, at 22:35, Miklos Szeredi wrote: >>> >>> Pretty simple: just use ceph_dentry_info.time instead (which was already >>> there, unused). >>> >>> Signed-off-by: Miklos Szeredi >>> Cc: Yan, Zheng >>> --- >>> fs/ceph/dir.c | 6 +++--- >>> fs/ceph/inode.c | 4 ++-- >>> fs/ceph/mds_client.c | 4 ++-- >>> fs/ceph/super.h | 2 +- >>> 4 files changed, 8 insertions(+), 8 deletions(-) >> >> Reviewed-by: Yan, Zheng > > Can you please take this through your tree? applied, thanks Yan, Zheng > > Thanks, > Miklos