mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
more low-hanging fruits - kernel, fs, lib signedness
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b4482a4b2e
commit
5ba253313d
7 changed files with 10 additions and 10 deletions
|
@ -120,7 +120,7 @@ static int sub_alloc(struct idr *idp, int *starting_id, struct idr_layer **pa)
|
|||
int n, m, sh;
|
||||
struct idr_layer *p, *new;
|
||||
int l, id, oid;
|
||||
long bm;
|
||||
unsigned long bm;
|
||||
|
||||
id = *starting_id;
|
||||
restart:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue