-
- Downloads
idr: Delete idr_replace_ext function
Changing idr_replace's 'id' argument to 'unsigned long' works for all
callers. Callers which passed a negative ID now get -ENOENT instead of
-EINVAL. No callers relied on this error value.
Signed-off-by:
Matthew Wilcox <mawilcox@microsoft.com>
Showing
- include/linux/idr.h 1 addition, 2 deletionsinclude/linux/idr.h
- lib/idr.c 3 additions, 12 deletionslib/idr.c
- net/sched/act_api.c 1 addition, 1 deletionnet/sched/act_api.c
- net/sched/cls_basic.c 1 addition, 1 deletionnet/sched/cls_basic.c
- net/sched/cls_bpf.c 1 addition, 1 deletionnet/sched/cls_bpf.c
- net/sched/cls_flower.c 1 addition, 1 deletionnet/sched/cls_flower.c
- net/sched/cls_u32.c 1 addition, 1 deletionnet/sched/cls_u32.c
Loading
Please register or sign in to comment