Merge branch 'rds-net'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 19:52:19 +0000 (12:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 19:52:19 +0000 (12:52 -0700)
Herton R. Krzesinski says:

====================
Small fixes/changes for RDS

I got a report of one issue within RDS (after investigation it was a double
free), and I'm sending the fix (patch 3/3) which reporter said it works (no more
WARNING triggered on a specially instrumented kernel). The report/test was done
on a very old kernel (RHEL 5, 2.6.18 based with backports), but the problem the
patch handles still exists and should not change. Besides that, while
reviewing some of the code but being unable to reproduce with rds_tcp, I
noticed two small improvements/fixes which are in patches 1 and 2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge