]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - include/sys/vnode.h
New upstream version 0.7.11
[mirror_spl-debian.git] / include / sys / vnode.h
index 0ed479486f9fc699b6dc877f9b70f3753c79207c..87f12d667c2e585653a8ee3c5957ba3ef92d199e 100644 (file)
@@ -129,9 +129,9 @@ typedef struct vattr {
        long            va_nodeid;      /* node # */
        uint32_t        va_nlink;       /* # links */
        uint64_t        va_size;        /* file size */
-       struct timespec va_atime;       /* last acc */
-       struct timespec va_mtime;       /* last mod */
-       struct timespec va_ctime;       /* last chg */
+       inode_timespec_t va_atime;      /* last acc */
+       inode_timespec_t va_mtime;      /* last mod */
+       inode_timespec_t va_ctime;      /* last chg */
        dev_t           va_rdev;        /* dev */
        uint64_t        va_nblocks;     /* space used */
        uint32_t        va_blksize;     /* block size */