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
xfrm: Mark flowi arg to xfrm_selector_match() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
+2
-1
@@ -843,7 +843,8 @@ __be16 xfrm_flowi_dport(const struct flowi *fl)
|
||||
return port;
|
||||
}
|
||||
|
||||
extern int xfrm_selector_match(struct xfrm_selector *sel, struct flowi *fl,
|
||||
extern int xfrm_selector_match(struct xfrm_selector *sel,
|
||||
const struct flowi *fl,
|
||||
unsigned short family);
|
||||
|
||||
#ifdef CONFIG_SECURITY_NETWORK_XFRM
|
||||
|
||||
Reference in New Issue
Block a user