On Mon, Jun 23, 2003 at 02:55:39AM +1000, James Morris wrote: > > > In doing so it adds a selector field to xfrm_user_acquire. This means > > that saddr is now duplicated. Can we get rid of it? > > Seems like it. Here you go. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--- kernel-source-2.5/include/linux/xfrm.h.orig 2003-06-23 20:49:48.000000000 +1000 +++ kernel-source-2.5/include/linux/xfrm.h 2003-06-23 20:49:55.000000000 +1000 @@ -202,7 +202,6 @@ struct xfrm_user_acquire { struct xfrm_id id; - xfrm_address_t saddr; struct xfrm_selector sel; struct xfrm_userpolicy_info policy; __u32 aalgos;