]> err.no Git - linux-2.6/blobdiff - net/ipv6/raw.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6] / net / ipv6 / raw.c
index d61c63dedbf6b8ef9633d87ce6df70c41b8f9118..8897ccf8086afacfc643163e89b740cc4a6df13c 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, &raw6_seq_ops);
 }
 
 static const struct file_operations raw6_seq_fops = {