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