diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 9a67a5954126..034a855a14bb 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -157,7 +157,7 @@ struct gfs2_holder { | |||
157 | unsigned gh_flags; | 157 | unsigned gh_flags; |
158 | 158 | ||
159 | int gh_error; | 159 | int gh_error; |
160 | unsigned gh_iflags; | 160 | unsigned long gh_iflags; |
161 | struct completion gh_wait; | 161 | struct completion gh_wait; |
162 | unsigned long gh_ip; | 162 | unsigned long gh_ip; |
163 | }; | 163 | }; |