summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 15:33:43 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 15:33:43 +1000
commitf218635f3ccc4ce0be1450c988ce2b8925436a08 (patch)
tree030642cca414ac71752654251cf724ee6f32e84c /include
parentcc05bced0efcd7d0a6b21923410826ef6560a287 (diff)
parent8c3c901b664ecb185c017f146d35549872b82058 (diff)
Merge commit 'ext4/next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/jbd2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index d147f0f90360..ec9cadf58227 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -168,6 +168,8 @@ struct commit_header {
unsigned char h_chksum_size;
unsigned char h_padding[2];
__be32 h_chksum[JBD2_CHECKSUM_BYTES];
+ __be64 h_commit_sec;
+ __be32 h_commit_nsec;
};
/*