commit | da8dd2658b5a87aaac17cd6366bd3f737fb958c4 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Tue Oct 17 20:08:16 2023 -0400 |
committer | Jeff Layton <jlayton@kernel.org> | Wed Oct 18 07:10:28 2023 -0400 |
tree | 05378d3ef89ddd7c8d21aea3e1fe0100dffc60b9 | |
parent | fc8a1dd0a093613014ea1a94947b8ce05f0f8c91 [diff] |
fat: fix mtime handing in __fat_write_inode Klara reported seeing mangled mtimes when dealing with FAT. Fix the braino in the FAT conversion to the new timestamp accessors. Fixes: e57260ae3226 (fat: convert to new timestamp accessors) Reported-by: Klara Modin <klarasmodin@gmail.com> Signed-off-by: Jeff Layton <jlayton@kernel.org>