X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnilfs2_fs.h;h=79fec6af3f9f805800d7bfdce69bc15301215dc2;hb=612392307cb09e49051225092cbbd7049bd8db93;hp=1275b3099535896c1ee3cba6e92726fe440a7a8e;hpb=e339ad31f59925b48a92ee3947692fdf9758b8c7;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 1275b309953..79fec6af3f9 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h @@ -67,9 +67,10 @@ * struct nilfs_inode - structure of an inode on disk * @i_blocks: blocks count * @i_size: size in bytes - * @i_ctime: creation time - * @i_mtime: modification time - * @i_dtime: deletion time + * @i_ctime: creation time (seconds) + * @i_mtime: modification time (seconds) + * @i_ctime_nsec: creation time (nano seconds) + * @i_mtime_nsec: modification time (nano seconds) * @i_uid: user id * @i_gid: group id * @i_mode: file mode @@ -85,7 +86,8 @@ struct nilfs_inode { __le64 i_size; __le64 i_ctime; __le64 i_mtime; - __le64 i_dtime; + __le32 i_ctime_nsec; + __le32 i_mtime_nsec; __le32 i_uid; __le32 i_gid; __le16 i_mode;