Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp539228ybc; Fri, 22 Nov 2019 09:06:49 -0800 (PST) X-Google-Smtp-Source: APXvYqwi2NES+hEXYUhx0BdsFCqPc8v4pC/SUFIF5Y6WmnE6DsygzT/5EtWzh9ciR7xuFDD9Ozup X-Received: by 2002:a17:907:2122:: with SMTP id qo2mr23621212ejb.12.1574442409786; Fri, 22 Nov 2019 09:06:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574442409; cv=none; d=google.com; s=arc-20160816; b=nRy8x2me7aBXwigjZteJOjTo5iD4q5pLBmw/uNBVE+RrZqFdMVR8mRZOC62YD7J8bH ZoJUAW8xAunMeF1Fia+K25iehk4begFogOZQZmXepfsYXTzJ/cdyb9oSlxdvrodRVPbe yUJZ3sid3pqtlUa8LzsAL31zIZpD1aFpOVL6rwdc/B669kAkGjctMe8CU3uqv8tlIHAx xJp5+KeODjtug5ADOet149++Etdsg8o26PPFVsXeWQMZjDULVf+oY5q2QfTOHjL3kPQ8 cix603W23Lco31+/uHpQQ8vBGVMdQtd4f/5QU/27JOezYGzyjQRSqH7DQUc+1J2bk5U3 5nbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=GqQMBb4qi7N6ghBmz/zbALEompwYRr1E7H0qrjcFkl4=; b=Q2MB5cLXyCgA5aofdgCfvSPzCPdw9OOJqeJ5EBoyHjo38W9+Dat4LrrxLMbpGiPaCH /lUQHbXLIF0BAoiHx0Q7cThknfOxlSKVWgx2JqoCIHkM5I1oOajlOj2clkdvwm2OZzxn atw6uLWOC3ZKI82fHLFPrbv/RVbNfzguUNur00LWU7Pd+DRWkqFaYCyePKG7IOSskBSt L3g68yCRiyA7X3DRIBUCIfFOyySDSaR7Pv1iYpirIq2Spp6l4NjmTkijimeyUNV3hROB drd2q/cxJ1KPGjVOaQqc77XjQqcu7kmc2C2jgQu9j4RbjTNmcNOQOghnviFdjOeHsjPa jkFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s4si4636442ejf.166.2019.11.22.09.06.23; Fri, 22 Nov 2019 09:06:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727527AbfKVRCG (ORCPT + 99 others); Fri, 22 Nov 2019 12:02:06 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:47150 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbfKVRCG (ORCPT ); Fri, 22 Nov 2019 12:02:06 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iYCJm-0000wX-Rm; Fri, 22 Nov 2019 17:02:02 +0000 Date: Fri, 22 Nov 2019 17:02:02 +0000 From: Al Viro To: Namjae Jeon Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, gregkh@linuxfoundation.org, valdis.kletnieks@vt.edu, hch@lst.de, linkinjeon@gmail.com, Markus.Elfring@web.de, sj1557.seo@samsung.com, dwagner@suse.de Subject: Re: [PATCH v3 03/13] exfat: add inode operations Message-ID: <20191122170202.GE26530@ZenIV.linux.org.uk> References: <20191119093718.3501-1-namjae.jeon@samsung.com> <20191119093718.3501-4-namjae.jeon@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191119093718.3501-4-namjae.jeon@samsung.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 19, 2019 at 04:37:08AM -0500, Namjae Jeon wrote: > This adds the implementation of inode operations for exfat. Could you explain where is ->d_time ever read?