commit | e06dfc492870e1d380f02722cde084b724dc197b | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 30 15:46:02 2010 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 30 15:46:02 2010 +0000 |
tree | 8fca288f44f494b64ad9eaa2d09f5b23b1633a4d | |
parent | 086d8334cf73b3bb695b82dd864a7a8b00d96b7e [diff] [blame] |
GFS2: Fix uninitialised error value in previous patch Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index ae7d205..3c4039d 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c
@@ -763,7 +763,7 @@ int metadata; unsigned int revokes = 0; int x; - int error; + int error = 0; if (!*top) sm->sm_first = 0;