]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/raw.c
[RAW]: Family check in the /proc/net/raw[6] is extra.
[linux-2.6-omap-h63xx.git] / net / ipv6 / raw.c
index d61c63dedbf6b8ef9633d87ce6df70c41b8f9118..a2cf49911ffd058dc3d266693a9cf2d2dd8aa734 100644 (file)
@@ -1262,7 +1262,7 @@ static const struct seq_operations raw6_seq_ops = {
 
 static int raw6_seq_open(struct inode *inode, struct file *file)
 {
-       return raw_seq_open(inode, file, &raw_v6_hashinfo, PF_INET6);
+       return raw_seq_open(inode, file, &raw_v6_hashinfo);
 }
 
 static const struct file_operations raw6_seq_fops = {