diff options
author | 2022-02-04 20:56:14 -0800 | |
---|---|---|
committer | 2022-02-05 15:34:47 +0000 | |
commit | 5a8fb33e530512ee67a11b30f3451a4f030f4b01 (patch) | |
tree | 5cfef7703978a16f1d0720a3fd47f883f90569ae /lib/ref_tracker.c | |
parent | net: typhoon: implement ndo_features_check method (diff) | |
download | linux-dev-5a8fb33e530512ee67a11b30f3451a4f030f4b01.tar.xz linux-dev-5a8fb33e530512ee67a11b30f3451a4f030f4b01.zip |
skmsg: convert struct sk_msg_sg::copy to a bitmap
We have plans for increasing MAX_SKB_FRAGS, but sk_msg_sg::copy
is currently an unsigned long, limiting MAX_SKB_FRAGS to 30 on 32bit arches.
Convert it to a bitmap, as Jakub suggested.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/ref_tracker.c')
0 files changed, 0 insertions, 0 deletions