]> 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)
commit3733596d07394257fe915c1747b81ef96bb96105
treead7a32dbe27a1530bc36ecdab9806021fe5d0660
parentbb285043fcd4f05d342ec9e4f15647f16b755bbf
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