Loading include/linux/seqlock.h +1 −1 Original line number Diff line number Diff line Loading @@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) } /* * For all seqlock_t write side functions, use the the internal * For all seqlock_t write side functions, use the internal * do_write_seqcount_begin() instead of generic write_seqcount_begin(). * This way, no redundant lockdep_assert_held() checks are added. */ Loading Loading
include/linux/seqlock.h +1 −1 Original line number Diff line number Diff line Loading @@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) } /* * For all seqlock_t write side functions, use the the internal * For all seqlock_t write side functions, use the internal * do_write_seqcount_begin() instead of generic write_seqcount_begin(). * This way, no redundant lockdep_assert_held() checks are added. */ Loading