sctp: Add process name and pid to deprecation warnings
authorNeil Horman <nhorman@tuxdriver.com>
Thu, 2 Jan 2014 17:54:27 +0000 (12:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Jan 2014 00:36:46 +0000 (19:36 -0500)
Recently I updated the sctp socket option deprecation warnings to be both a bit
more clear and ratelimited to prevent user processes from spamming the log file.
Ben Hutchings suggested that I add the process name and pid to these warnings so
that users can tell who is responsible for using the deprecated apis.  This
patch accomplishes that.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Vlad Yasevich <vyasevich@gmail.com>
CC: Ben Hutchings <bhutchings@solarflare.com>
CC: "David S. Miller" <davem@davemloft.net>
CC: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c

Simple merge