Re: [PATCH net-next] rxrpc: Remove use of skbs from AFS

2016-08-30 Thread David Howells
Sorry about this, stgit mail is playing silly devils and not inserting the patch numbers if there's a cover letter but only one patch:-/ David

[PATCH net-next] rxrpc: Remove use of skbs from AFS

2016-08-30 Thread David Howells
Here's a single patch that removes the use of sk_buffs from fs/afs. From this point on they'll be entirely retained within net/rxrpc and AFS just asks AF_RXRPC for linear buffers of data. This needs to be applied on top of the just-posted preparatory patch set. This makes some future developmen

[PATCH net-next] rxrpc: Remove use of skbs from AFS

2016-08-30 Thread David Howells
Here's a single patch that removes the use of sk_buffs from fs/afs. From this point on they'll be entirely retained within net/rxrpc and AFS just asks AF_RXRPC for linear buffers of data. This needs to be applied on top of the just-posted preparatory patch set. This makes some future developmen