All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Namjae Jeon <namjae.jeon@samsung.com>
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
Date: Fri, 22 Nov 2019 17:02:02 +0000	[thread overview]
Message-ID: <20191122170202.GE26530@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20191119093718.3501-4-namjae.jeon@samsung.com>

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?

  reply	other threads:[~2019-11-22 17:02 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20191119094019epcas1p298d14fcf6e7a24bee431238279961c5b@epcas1p2.samsung.com>
2019-11-19  9:37 ` [PATCH v3 00/13] add the latest exfat driver Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 01/13] exfat: add in-memory and on-disk structures and headers Namjae Jeon
2019-11-20 20:21     ` Markus Elfring
2019-11-20 20:21       ` Markus Elfring
2019-11-20 20:31       ` Greg Kroah-Hartman
2019-11-20 20:31         ` Greg Kroah-Hartman
2019-11-19  9:37   ` [PATCH v3 02/13] exfat: add super block operations Namjae Jeon
2019-11-19 13:32     ` Markus Elfring
2019-11-19 13:32       ` Markus Elfring
2019-11-19  9:37   ` [PATCH v3 03/13] exfat: add inode operations Namjae Jeon
2019-11-22 17:02     ` Al Viro [this message]
2019-11-23  1:56       ` Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 04/13] exfat: add directory operations Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 05/13] exfat: add file operations Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 06/13] exfat: add exfat entry operations Namjae Jeon
2019-11-19 14:19     ` Markus Elfring
2019-11-19 14:19       ` Markus Elfring
2019-11-19  9:37   ` [PATCH v3 07/13] exfat: add bitmap operations Namjae Jeon
2019-11-20 20:38     ` Markus Elfring
2019-11-20 20:38       ` Markus Elfring
2019-11-19  9:37   ` [PATCH v3 08/13] exfat: add exfat cache Namjae Jeon
2019-11-19 14:40     ` Markus Elfring
2019-11-19 14:40       ` Markus Elfring
2019-11-19  9:37   ` [PATCH v3 09/13] exfat: add misc operations Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 10/13] exfat: add nls operations Namjae Jeon
2019-11-19 15:06     ` Markus Elfring
2019-11-19 15:06       ` Markus Elfring
2019-11-20  9:02       ` Namjae Jeon
2019-11-20  9:02         ` Namjae Jeon
2019-11-20 12:36         ` Markus Elfring
2019-11-20 12:36           ` Markus Elfring
2019-11-19  9:37   ` [PATCH v3 11/13] exfat: add Kconfig and Makefile Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile Namjae Jeon
2019-11-19  9:37   ` [PATCH v3 13/13] MAINTAINERS: add exfat filesystem Namjae Jeon
2019-11-19 12:15   ` [PATCH v3 00/13] add the latest exfat driver Markus Elfring
2019-11-19 12:15     ` Markus Elfring
2019-11-19 12:43     ` Namjae Jeon
2019-11-19 12:43       ` Namjae Jeon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191122170202.GE26530@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=Markus.Elfring@web.de \
    --cc=dwagner@suse.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linkinjeon@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namjae.jeon@samsung.com \
    --cc=sj1557.seo@samsung.com \
    --cc=valdis.kletnieks@vt.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.