VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Arnd Bergmann <arnd@arndb.de> 2018-06-19 17:51:02 +0200 committer: Dave Kleikamp <dave.kleikamp@oracle.com> 2018-06-19 14:09:30 -0500 commit: bd646104ac5a6bf8bdddaeaf4e441f5d439ded96 parent: ba4dbdedd3edc2798659bcd8b1a184ea8bdd04dc
Commit Summary:
jfs: use time64_t for otime
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/jfs/jfs_incore.h b/fs/jfs/jfs_incore.h
index 1f26d1910409..d5c46f86b2ef 100644
--- a/fs/jfs/jfs_incore.h
+++ b/fs/jfs/jfs_incore.h
@@ -43,7 +43,7 @@ struct jfs_inode_info {
 	pxd_t	ixpxd;		/* inode extent descriptor	*/
 	dxd_t	acl;		/* dxd describing acl	*/
 	dxd_t	ea;		/* dxd describing ea	*/
-	time_t	otime;		/* time created	*/
+	time64_t otime;		/* time created	*/
 	uint	next_index;	/* next available directory entry index */
 	int	acltype;	/* Type of ACL	*/
 	short	btorder;	/* access order	*/