j_mount_id should be __u32.

This commit is contained in:
Max Khon 2004-01-09 08:35:54 +00:00
parent 8a23895e5c
commit ef4deebddf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97749

View file

@ -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 */