[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4a997ea7b6625428c21dc3e423e96ee54d6785e2.camel@sipsolutions.net>
Date: Fri, 26 Feb 2021 19:03:40 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Shuah Khan <skhan@...uxfoundation.org>, peterz@...radead.org,
mingo@...hat.com, will@...nel.org, kvalo@...eaurora.org,
davem@...emloft.net, kuba@...nel.org
Cc: ath10k@...ts.infradead.org, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/3] lockdep: add lockdep lock state defines
> @@ -5475,7 +5476,7 @@ noinstr int lock_is_held_type(const struct lockdep_map *lock, int read)
> /* avoid false negative lockdep_assert_not_held()
> * and lockdep_assert_held()
> */
> - return -1;
> + return LOCK_STATE_UNKNOWN;
I'd argue that then the other two return places here should also be
changed.
johannes
Powered by blists - more mailing lists