Revert "xen-netback: create a debugfs node for hash information"
This reverts commit c0c64c1523
.
There is no vif->ctrl_task member, so this change broke
the build.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -410,8 +410,4 @@ u32 xenvif_set_hash_mapping(struct xenvif *vif, u32 gref, u32 len,
|
||||
|
||||
void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb);
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
void xenvif_dump_hash_info(struct xenvif *vif, struct seq_file *m);
|
||||
#endif
|
||||
|
||||
#endif /* __XEN_NETBACK__COMMON_H__ */
|
||||
|
Reference in New Issue
Block a user