Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e06dfc49 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

GFS2: Fix uninitialised error value in previous patch

parent 086d8334
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;