]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/scm.h
net: Fix recursive descent in __scm_destroy().
[net-next-2.6.git] / include / net / scm.h
index 06df126103cab8224d6cf7ae64c7f00e75f06e12..33e9986beb86dd95d6f3f962ca8a89281c874a9d 100644 (file)
@@ -14,8 +14,9 @@
 
 struct scm_fp_list
 {
-       int             count;
-       struct file     *fp[SCM_MAX_FD];
+       struct list_head        list;
+       int                     count;
+       struct file             *fp[SCM_MAX_FD];
 };
 
 struct scm_cookie