VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Frank Sorenson <sorenson@redhat.com> 2018-10-30 15:06:53 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-10-31 08:54:14 -0700 commit: 6bb885ecd746752aa70d146b58f2f83e5e21813d parent: d9f4d94261d52a5fe31ad2ec00a06824a150af6f
Commit Summary:
fat: add functions to update and truncate timestamps appropriately
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/fat/file.c b/fs/fat/file.c
index 4f3d72fb1e60..19b6b0566411 100644
--- a/fs/fat/file.c
+++ b/fs/fat/file.c
@@ -552,4 +552,5 @@ EXPORT_SYMBOL_GPL(fat_setattr);
 const struct inode_operations fat_file_inode_operations = {
 	.setattr	= fat_setattr,
 	.getattr	= fat_getattr,
+	.update_time	= fat_update_time,
 };