Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/fs/ext2fs/inode.h 231075 2012-02-06 11:04:36Z kib $
---
> * $FreeBSD: head/sys/fs/ext2fs/inode.h 231168 2012-02-07 22:31:28Z pfg $
88d87
< int32_t i_atimensec; /* Last access time. */
90d88
< int32_t i_mtimensec; /* Last modified time. */
91a90,92
> int32_t i_birthtime; /* Inode creation time. */
> int32_t i_mtimensec; /* Last modified time. */
> int32_t i_atimensec; /* Last access time. */
92a94
> int32_t i_birthnsec; /* Inode creation time. */