提交 e06dfc49 编写于 作者: S Steven Whitehouse

GFS2: Fix uninitialised error value in previous patch

Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册