]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd543038a8f77f2b4242743b90748dfa0738105a0
treead7a32dbe27a1530bc36ecdab9806021fe5d0660
parenta254229d99c09e978be139683466ff6266a7621c
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