rxrpc: Don't pass gfp around in incoming call handling functions
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:37 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:34:41 +0000 (15:34 -0400)
commit843099cac0dbe421d7c3ea1f8662251fd7065731
treead7a32dbe27a1530bc36ecdab9806021fe5d0660
parentdc44b3a09aec9ac57c1e7410677c87c0e6453624
rxrpc: Don't pass gfp around in incoming call handling functions

Don't pass gfp around in incoming call handling functions, but rather hard
code it at the points where we actually need it since the value comes from
within the rxrpc driver and is always the same.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/ar-accept.c
net/rxrpc/ar-call.c
net/rxrpc/ar-connection.c
net/rxrpc/ar-internal.h