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

Commit e11c8b71 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "base: sync: increase size of sync_timeline name"

parents 6d62498a 62051dc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ struct sync_timeline_ops {
struct sync_timeline {
	struct kref		kref;
	const struct sync_timeline_ops	*ops;
	char			name[32];
	char			name[64];

	/* protected by child_list_lock */
	bool			destroyed;