linux/net/rxrpc
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end()
sg_mark_end() overwrites the page_link information, but all users want
__sg_mark_end() behaviour where we just set the end bit. That is the most
natural way to use the sg list, since you'll fill it in and then mark the
end point.

So change sg_mark_end() to only set the termination bit. Add a sg_magic
debug check as well, and clear a chain pointer if it is set.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-11-02 08:47:06 +01:00
..
Kconfig [AF_RXRPC]: AF_RXRPC depends on IPv4 2007-05-22 16:13:49 -07:00
Makefile
af_rxrpc.c [NET]: Forget the zero_it argument of sk_alloc() 2007-11-01 00:39:31 -07:00
ar-accept.c
ar-ack.c [AF_RXRPC]: Sort out MTU handling. 2007-05-04 12:41:11 -07:00
ar-call.c [AF_RXRPC]: Make call state names available if CONFIG_PROC_FS=n 2007-05-22 16:14:24 -07:00
ar-connection.c net/* misc endianness annotations 2007-07-26 11:11:56 -07:00
ar-connevent.c
ar-error.c [AF_RXRPC]: Sort out MTU handling. 2007-05-04 12:41:11 -07:00
ar-input.c
ar-internal.h
ar-key.c KEYS: Make request_key() and co fundamentally asynchronous 2007-10-17 08:42:57 -07:00
ar-local.c
ar-output.c [AF_RXRPC]: Return the number of bytes buffered in rxrpc_send_data() 2007-06-18 23:30:41 -07:00
ar-peer.c AF_RXRPC: reduce debugging noise 2007-05-10 09:26:52 -07:00
ar-proc.c [NET]: Make all initialized struct seq_operations const. 2007-07-10 23:07:31 -07:00
ar-recvmsg.c
ar-security.c
ar-skbuff.c
ar-transport.c Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 2007-07-25 10:09:20 -07:00
rxkad.c [SG] Get rid of __sg_mark_end() 2007-11-02 08:47:06 +01:00