aboutsummaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.h
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-11-26 12:03:43 +0800
committerAlex Shi <alex.shi@linaro.org>2017-11-26 12:03:43 +0800
commit2af79bd1142d88667c40bb5cc65a3cd91db5a6c0 (patch)
tree73f57f5a9c57b0ab22fa456bc6926467c94e9099 /net/netlink/af_netlink.h
parentd5aff662273133ff050acb8cac683d5f73c5fbf3 (diff)
parent133e6ccf46f1704a4a680ef45565e970ac9a7f9c (diff)
Merge tag 'v4.9.65' into linux-linaro-lsk-v4.9lsk-v4.9-17.11
This is the 4.9.65 stable release
Diffstat (limited to 'net/netlink/af_netlink.h')
-rw-r--r--net/netlink/af_netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netlink/af_netlink.h b/net/netlink/af_netlink.h
index 4fdb38318977..bae961cfa3ad 100644
--- a/net/netlink/af_netlink.h
+++ b/net/netlink/af_netlink.h
@@ -24,6 +24,7 @@ struct netlink_sock {
wait_queue_head_t wait;
bool bound;
bool cb_running;
+ int dump_done_errno;
struct netlink_callback cb;
struct mutex *cb_mutex;
struct mutex cb_def_mutex;