[GFS2] fs/gfs2/recovery.c: suppress warnings
authorakpm@linux-foundation.org <akpm@linux-foundation.org>
Wed, 12 Mar 2008 21:01:29 +0000 (14:01 -0700)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:41 +0000 (10:41 +0100)
commitf5a8cd020173c455705fc0095b7d299da6f8f87b
tree1468178666f6adc40d5c13f3658e0e565a5dd17c
parent1f466a47e8a3a3e3b527b3285c7b9c8a837fb7ec
[GFS2] fs/gfs2/recovery.c: suppress warnings

fs/gfs2/recovery.c: In function 'get_log_header':
fs/gfs2/recovery.c:152: warning: 'lh.lh_sequence' may be used uninitialized in this function
fs/gfs2/recovery.c:152: warning: 'lh.lh_flags' may be used uninitialized in this function
fs/gfs2/recovery.c:152: warning: 'lh.lh_tail' may be used uninitialized in this function
fs/gfs2/recovery.c:152: warning: 'lh.lh_blkno' may be used uninitialized in this function
fs/gfs2/recovery.c:152: warning: 'lh.lh_hash' may be used uninitialized in this function

Cc: David Teigland <teigland@redhat.com>
Cc: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/recovery.c