ping... Thanks, LiWang.
On 10/22/2023 19:21, Li Wang via lists.yoctoproject.org wrote:
kernel-source/include/net/sch_generic.h:198:17: error: implicit declaration of function 'raw_write_seqcount_t_begin'; did you mean 'raw_write_seqcount_begin'? [-Werror=implicit-function-declaration] Signed-off-by: Li Wang <[email protected]> --- include/net/sch_generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 72be68652bb8..4574dd262efd 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -195,7 +195,7 @@ static inline bool qdisc_run_begin(struct Qdisc *qdisc) * Variant of write_seqcount_t_begin() telling lockdep that a * trylock was attempted. */ - raw_write_seqcount_t_begin(s); + raw_write_seqcount_begin(s); seqcount_acquire(&s->dep_map, 0, 1, _RET_IP_); return true; }
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13236): https://lists.yoctoproject.org/g/linux-yocto/message/13236 Mute This Topic: https://lists.yoctoproject.org/mt/102192813/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
