Re: [PATCH v2 62/89] pstore: convert to new timestamp accessors

2023-10-04 Thread Kees Cook
On Wed, Oct 04, 2023 at 02:52:47PM -0400, Jeff Layton wrote: > Convert to using the new inode timestamp accessor functions. > > Signed-off-by: Jeff Layton Acked-by: Kees Cook -- Kees Cook

[PATCH v2 62/89] pstore: convert to new timestamp accessors

2023-10-04 Thread Jeff Layton
Convert to using the new inode timestamp accessor functions. Signed-off-by: Jeff Layton --- fs/pstore/inode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c index 585360706b33..d41c20d1b5e8 100644 --- a/fs/pstore/inode.c +++ b/fs/ps