aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/gfs2_ondisk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index c61517b35b2e..7f5a4a16224b 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -324,9 +324,6 @@ struct gfs2_dinode {
324struct gfs2_dinode_host { 324struct gfs2_dinode_host {
325 __u64 di_size; /* number of bytes in file */ 325 __u64 di_size; /* number of bytes in file */
326 __u64 di_blocks; /* number of blocks in file */ 326 __u64 di_blocks; /* number of blocks in file */
327 __u64 di_atime; /* time last accessed */
328 __u64 di_mtime; /* time last modified */
329 __u64 di_ctime; /* time last changed */
330 327
331 /* This section varies from gfs1. Padding added to align with 328 /* This section varies from gfs1. Padding added to align with
332 * remainder of dinode 329 * remainder of dinode