diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-10-01 14:43:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-01 15:00:21 +0100 |
commit | 10d48705d5afb854d2edf3e17a3fb222001425d6 (patch) | |
tree | 0dcbaf24fb6bad21761883325a6a58f0b09f1b53 /arch/alpha/include | |
parent | b022f8866ea5014d39ae569897c271e41f5c9799 (diff) | |
download | linux-10d48705d5afb854d2edf3e17a3fb222001425d6.tar.gz linux-10d48705d5afb854d2edf3e17a3fb222001425d6.tar.bz2 linux-10d48705d5afb854d2edf3e17a3fb222001425d6.zip |
fix up for "net: add new socket option SO_RESERVE_MEM"
Some architectures do not include uapi/asm/socket.h
Fixes: 2bb2f5fb21b0 ("net: add new socket option SO_RESERVE_MEM")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/alpha/include')
-rw-r--r-- | arch/alpha/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/include/uapi/asm/socket.h b/arch/alpha/include/uapi/asm/socket.h index 1dd9baf4a6c2..284d28755b8d 100644 --- a/arch/alpha/include/uapi/asm/socket.h +++ b/arch/alpha/include/uapi/asm/socket.h @@ -131,6 +131,8 @@ #define SO_BUF_LOCK 72 +#define SO_RESERVE_MEM 73 + #if !defined(__KERNEL__) #if __BITS_PER_LONG == 64 |