From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Le Moal Date: Thu, 6 Jul 2023 08:12:54 +0900 Subject: [Cluster-devel] [PATCH v2 07/92] fs: add ctime accessors infrastructure In-Reply-To: <20230705185812.579118-2-jlayton@kernel.org> References: <20230705185812.579118-1-jlayton@kernel.org> <20230705185812.579118-2-jlayton@kernel.org> Message-ID: <96225b66-61df-ce60-4581-d34f345210a1@kernel.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 7/6/23 03:58, Jeff Layton wrote: > struct timespec64 has unused bits in the tv_nsec field that can be used > for other purposes. In future patches, we're going to change how the > inode->i_ctime is accessed in certain inodes in order to make use of > them. In order to do that safely though, we'll need to eradicate raw > accesses of the inode->i_ctime field from the kernel. > > Add new accessor functions for the ctime that we use to replace them. > > Reviewed-by: Jan Kara > Reviewed-by: Luis Chamberlain > Signed-off-by: Jeff Layton Looks OK to me. Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research