diff options
| author | Ben Fennema <bfennema@falcon.csc.calpoly.edu> | 2002-11-18 17:15:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-18 17:15:31 -0800 |
| commit | 715feb63c673c5009d439d95fcb228ee92ab0f06 (patch) | |
| tree | 008439b5ce1cbb6a0dc1e55cc2209a0d079e65ae /include/linux/udf_fs_i.h | |
| parent | 65b5db509e62f3d11e15cbf916323ee7f0849888 (diff) | |
[PATCH] fix nanosecond stat timefields in UDF
Diffstat (limited to 'include/linux/udf_fs_i.h')
| -rw-r--r-- | include/linux/udf_fs_i.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/udf_fs_i.h b/include/linux/udf_fs_i.h index f297d528aded..186a5a47b50b 100644 --- a/include/linux/udf_fs_i.h +++ b/include/linux/udf_fs_i.h @@ -43,10 +43,7 @@ typedef struct struct udf_inode_info { - long i_umtime; - long i_uctime; - long i_crtime; - long i_ucrtime; + struct timespec i_crtime; /* Physical address of inode */ lb_addr i_location; __u64 i_unique; |
