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

Commit d2138455 authored by Yan, Zheng's avatar Yan, Zheng Committed by Ilya Dryomov
Browse files

FS-Cache: wake write waiter after invalidating writes

parent 4a3262b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -887,6 +887,8 @@ void fscache_invalidate_writes(struct fscache_cookie *cookie)
			put_page(results[i]);
	}

	wake_up_bit(&cookie->flags, 0);

	_leave("");
}