fat: report creation time in statx
authorChung-Chiang Cheng <cccheng@synology.com>
Tue, 3 May 2022 15:25:35 +0000 (23:25 +0800)
committerakpm <akpm@linux-foundation.org>
Thu, 19 May 2022 21:10:31 +0000 (14:10 -0700)
commit30abce053f811f52688a5b739c3e4ba98d34070d
tree80a64ff42bcb18125fa8a36c58054356f37fbee6
parent0f9d148167c53a7029aba29cdc45072027033b72
fat: report creation time in statx

creation time is no longer mixed with change time.  Add an in-memory field
for it, and report it in statx if supported.

Link: https://lkml.kernel.org/r/20220503152536.2503003-3-cccheng@synology.com
Signed-off-by: Chung-Chiang Cheng <cccheng@synology.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/fat.h
fs/fat/file.c
fs/fat/inode.c