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

Commit b303c61b 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 char buffer size to get accurate fence name"

parents 470fb455 57942721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ struct sync_pt {
struct sync_fence {
	struct file		*file;
	struct kref		kref;
	char			name[32];
	char			name[64];

	/* this list is immutable once the fence is created */
	struct list_head	pt_list_head;