]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/net/bonding.h
NFS: Add a tracepoint in nfs_fh_to_dentry()
[linux.git] / include / net / bonding.h
index f7fe45689142150231a74247f35811ce4dd77600..1afc125014dac426c00af8807cc9f908345cbbb1 100644 (file)
@@ -203,7 +203,6 @@ struct bonding {
        struct   slave __rcu *primary_slave;
        struct   bond_up_slave __rcu *slave_arr; /* Array of usable slaves */
        bool     force_primary;
-       u32      nest_level;
        s32      slave_cnt; /* never change this value outside the attach/detach wrappers */
        int     (*recv_probe)(const struct sk_buff *, struct bonding *,
                              struct slave *);
@@ -239,6 +238,7 @@ struct bonding {
        struct   dentry *debug_dir;
 #endif /* CONFIG_DEBUG_FS */
        struct rtnl_link_stats64 bond_stats;
+       struct lock_class_key stats_lock_key;
 };
 
 #define bond_slave_get_rcu(dev) \