Thread (2 messages) flat view 2 messages, 2 authors, 2017-02-11

Re: [PATH v3 net-next] net: remove member 'max' of struct scm_fp_list

From: David Miller <davem@davemloft.net>
Date: 2017-02-11 07:10:58

From: yuan linyu <redacted>
Date: Sat, 11 Feb 2017 11:41:17 +0800
From: yuan linyu <redacted>

'max' only used at three places in scm.c,
1. in scm_fp_copy(), fpl->max = SCM_MAX_FD;
2. in scm_fp_copy(), if (fpl->count + num > fpl->max)
3. in scm_fp_dup(), new_fpl->max = new_fpl->count;
at place 3, the worst case is new_fpl->count = SCM_MAX_FD,
so do a full size dup, then 'max' field will always
SCM_MAX_FD and it can be removed.

Signed-off-by: yuan linyu <redacted>
Please don't take this the wrong way, but I am ignoring your
patches on this issue.  This is even more broken than your
previous two submissions.

Sorry.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help