j_mount_id should be __u32.
This commit is contained in:
parent
8a23895e5c
commit
ef4deebddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97749
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
__u32 j_first_unflushed_offset;
|
||||
/* mount id to detect very old transactions */
|
||||
- __u32 long j_mount_id;
|
||||
+ __u64 j_mount_id;
|
||||
+ __u32 j_mount_id;
|
||||
};
|
||||
|
||||
/* magic string to find desc blocks in the journal */
|
||||
|
|
Loading…
Reference in a new issue