diff options
| author | 2017-04-03 01:06:59 -0400 | |
|---|---|---|
| committer | 2017-04-03 01:06:59 -0400 | |
| commit | a8e28440016bfb23bec266c4c66eacca6ea2d48b (patch) | |
| tree | 27d528294f7886c434c8072a034d211acc06d077 /include/linux/errqueue.h | |
| parent | alpha: fix stack smashing in old_adjtimex(2) (diff) | |
| parent | statx: Include a mask for stx_attributes in struct statx (diff) | |
Merge branch 'work.statx' into for-next
Diffstat (limited to 'include/linux/errqueue.h')
| -rw-r--r-- | include/linux/errqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 9ca23fcfb5d7..6fdfc884fdeb 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h @@ -20,6 +20,8 @@ struct sock_exterr_skb { struct sock_extended_err ee; u16 addr_offset; __be16 port; + u8 opt_stats:1, + unused:7; }; #endif |
