Re: [PATCH] tun: use iov_length()

2007-11-19 Thread David Miller
From: Akinobu Mita <[EMAIL PROTECTED]> Date: Sat, 17 Nov 2007 22:55:00 +0900 > Use iov_length() instead of tun's homemade iov_total(). > > Cc: Maxim Krasnyansky <[EMAIL PROTECTED]> > Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> Applied, thank you. - To unsubscribe from this list: send the lin

[PATCH] tun: use iov_length()

2007-11-17 Thread Akinobu Mita
Use iov_length() instead of tun's homemade iov_total(). Cc: Maxim Krasnyansky <[EMAIL PROTECTED]> Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> --- drivers/net/tun.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) Index: 2.6-mm/drivers/net/tun.c ==