diff options
-rw-r--r-- | fs/gfs2/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index 4acf238e1db6..d0c806b85c86 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c | |||
@@ -136,7 +136,7 @@ static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, | |||
136 | { | 136 | { |
137 | struct buffer_head *bh; | 137 | struct buffer_head *bh; |
138 | struct gfs2_log_header_host lh; | 138 | struct gfs2_log_header_host lh; |
139 | static const u32 nothing = 0; | 139 | const u32 nothing = 0; |
140 | u32 hash; | 140 | u32 hash; |
141 | int error; | 141 | int error; |
142 | 142 | ||