Commit 295227b
ucount: Fix atomic_long_inc_below argument type
The type of u argument of atomic_long_inc_below should be long
to avoid unwanted truncation to int.
Fixes: f9c82a4 ("Increase size of ucounts to atomic_long_t")
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Link: https://lkml.kernel.org/r/20221017144049.3404-2-ubizjak@gmail.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>1 parent b7b275e commit 295227b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments