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

Commit 41c4d262 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ubifs: error path in ubifs_remount_rw() seems to wrongly free write buffers"

parents 559734fe 0d66791e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1835,7 +1835,6 @@ static int ubifs_remount_rw(struct ubifs_info *c)
		kthread_stop(c->bgt);
		c->bgt = NULL;
	}
	free_wbufs(c);
	kfree(c->write_reserve_buf);
	c->write_reserve_buf = NULL;
	vfree(c->ileb_buf);