lists.openwall.net   lists  /  announce  john-users  owl-users  popa3d-users  /  xvendor  oss-security  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4 
Open Source and information security mailing list archives
 
This website is powered by Openwall GNU/*/Linux security-enhanced OS
[<prev] [next>] [<thread-prev] [month] [year] [list]
Date:	Thu, 30 Nov 2006 18:19:40 -0700
From:	"Dan Williams" <dan.j.williams@...il.com>
To:	neilb@...e.de, jeff@...zik.org, christopher.leech@...el.com,
	akpm@...l.org
Subject: Re: [PATCH 02/12] dmaengine: add the async_tx api

> +static inline void
> +do_sync_xor(struct page *dest, struct page **src_list, unsigned int offset,
> +       unsigned int src_cnt, size_t len, enum async_tx_flags flags,
> +       struct dma_async_tx_descriptor *depend_tx,
> +       dma_async_tx_callback callback, void *callback_param)
> +{
> +       void *_dest;
> +       int start_idx, i;
> +
> +       printk("%s: len: %u\n", __FUNCTION__, len);
Sorry, this should be PRINTK.

Dan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux