Loading include/linux/sync.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
include/linux/sync.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading