[XFRM_USER]: avoid pointless void ** casts
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Jan 2007 23:22:30 +0000 (15:22 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 4 Jan 2007 02:38:13 +0000 (18:38 -0800)
commit22e700502380b80cc81a44e219282762429ebe71
tree4dc11c0e5a52ee5d0f3b73ce5ff8c50e1696e46c
parent9c2440bbe82892c8e3cd541632ac71bd765757a3
[XFRM_USER]: avoid pointless void ** casts

All ->doit handlers want a struct rtattr **, so pass down the right
type.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_user.c