OSDN Git Service

net: Fix recursive descent in __scm_destroy().
[linux-kernel-docs/linux-2.4.36.git] / include / net / scm.h
index e26b43f..6246dd3 100644 (file)
@@ -8,8 +8,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