summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-02-21 10:34:37 -0800
committerDavid S. Miller <davem@davemloft.net>2019-02-21 10:34:37 -0800
commit9311defc1991eea31bc38899242603634092cdbd (patch)
treeb8fc6f5e233c5a85e2c3004a6c29b307f112b43d /include
parent64ccfd2dbbdff4946e114e36cb8d58f432cccc50 (diff)
parentaf5f60c7e3d593c2fa31b9a62c16eae75f074de3 (diff)
Merge branch 'smc-next'
Ursula Braun says: ==================== net/smc: patches 2019-02-21 here are patches for SMC: * patch 1 is a cleanup without functional change * patches 2-6 enhance SMC pnetid support ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/smc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/smc.h b/include/net/smc.h
index 9ef49f8b1002..bd9c0fb3b577 100644
--- a/include/net/smc.h
+++ b/include/net/smc.h
@@ -74,6 +74,7 @@ struct smcd_dev {
struct list_head vlan;
struct workqueue_struct *event_wq;
u8 pnetid[SMC_MAX_PNETID_LEN];
+ bool pnetid_by_user;
};
struct smcd_dev *smcd_alloc_dev(struct device *parent, const char *name,