Commit e06dfc49 authored by Steven Whitehouse's avatar Steven Whitehouse

GFS2: Fix uninitialised error value in previous patch

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 086d8334
......@@ -763,7 +763,7 @@ static int do_strip(struct gfs2_inode *ip, struct buffer_head *dibh,
int metadata;
unsigned int revokes = 0;
int x;
int error;
int error = 0;
if (!*top)
sm->sm_first = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment