diff options
Diffstat (limited to 'fs/gfs2/lm_interface.h')
-rw-r--r-- | fs/gfs2/lm_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lm_interface.h b/fs/gfs2/lm_interface.h index 0bf4c276e0fe..e2dfc3da4da9 100644 --- a/fs/gfs2/lm_interface.h +++ b/fs/gfs2/lm_interface.h | |||
@@ -160,7 +160,7 @@ typedef void (*lm_callback_t) (lm_fsdata_t *fsdata, unsigned int type, | |||
160 | 160 | ||
161 | 161 | ||
162 | struct lm_lockname { | 162 | struct lm_lockname { |
163 | uint64_t ln_number; | 163 | u64 ln_number; |
164 | unsigned int ln_type; | 164 | unsigned int ln_type; |
165 | }; | 165 | }; |
166 | 166 | ||