[PATCH][XFRM] Documentaion: Fix error example at XFRMOUTSTATEMODEERROR. (Re: [XFRM]: Fix outbound statistics.)

2007-12-25 Thread Masahide NAKAMURA
# This is resent email since the Subject is blank at the first time; Hello, On Fri, 21 Dec 2007 23:11:11 +0800 Herbert Xu <[EMAIL PROTECTED]> wrote: > On Fri, Dec 21, 2007 at 11:25:00PM +0900, Masahide NAKAMURA wrote: > > > > do { > > err = xfrm_state_check_space(x, skb); > > -

Re: [XFRM]: Fix outbound statistics.

2007-12-24 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Fri, 21 Dec 2007 23:25:00 +0900 > Hello David, > > I'm sorry, the previous mail contains wrong code: ... > Please apply the below patch instead of the previous. > > Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> Applied, thanks. -- To uns

Re: [XFRM]: Fix outbound statistics.

2007-12-21 Thread Herbert Xu
On Fri, Dec 21, 2007 at 11:25:00PM +0900, Masahide NAKAMURA wrote: > > do { > err = xfrm_state_check_space(x, skb); > - if (err) > + if (err) { > + XFRM_INC_STATS(LINUX_MIB_XFRMOUTERROR); > goto error_nolock; > +

[XFRM]: Fix outbound statistics.

2007-12-21 Thread Masahide NAKAMURA
Hello David, I'm sorry, the previous mail contains wrong code: > David, I failed to include this statistics codes since I didn't notice > the conflict with the latest Herbert XFRM fix. > > Please apply this, too. > > Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> > --- [snip] > >

[XFRM]: Fix outbound statistics.

2007-12-21 Thread Masahide NAKAMURA
David, I failed to include this statistics codes since I didn't notice the conflict with the latest Herbert XFRM fix. Please apply this, too. Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> --- net/xfrm/xfrm_output.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) dif