diff options
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h b/e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h index 136635de0..17c586a29 100644 --- a/e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h +++ b/e2fsprogs/old_e2fsprogs/ext2fs/jfs_dat.h | |||
@@ -60,6 +60,4 @@ typedef struct journal_superblock_s | |||
60 | /* Dynamic information describing the current state of the log */ | 60 | /* Dynamic information describing the current state of the log */ |
61 | __u32 s_sequence; /* first commit ID expected in log */ | 61 | __u32 s_sequence; /* first commit ID expected in log */ |
62 | __u32 s_start; /* blocknr of start of log */ | 62 | __u32 s_start; /* blocknr of start of log */ |
63 | |||
64 | } journal_superblock_t; | 63 | } journal_superblock_t; |
65 | |||