You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[IPV4]: Remove unused ip_options->is_data.
ip_options->is_data is assigned only and never checked. The structure is not a part of kernel interface to the userspace. So, it is safe to remove this field. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
10fe7d85e2
commit
ef722495c8
@@ -43,8 +43,7 @@ struct ip_options {
|
||||
unsigned char srr;
|
||||
unsigned char rr;
|
||||
unsigned char ts;
|
||||
unsigned char is_data:1,
|
||||
is_strictroute:1,
|
||||
unsigned char is_strictroute:1,
|
||||
srr_is_hit:1,
|
||||
is_changed:1,
|
||||
rr_needaddr:1,
|
||||
|
||||
Reference in New Issue
Block a user