Steven Rostedt
2006-Oct-02 21:51 UTC
[Xen-devel] [PATCH 1/2] Have the blktap allocate devices dynamically.
This patch allocates the blktap devices on demand. I used my previous patch as a starting point (but this patch is still against xen-unstable). The previous patch had the tapfds in a link list, but Andrew and I have agreed that the O(n) search is not efficient. This patch keeps the array, and allocates 256 pointers. But the pointers are now what is allocated on demand. -- Steve Signed-off-by: Steven Rostedt <srostedt@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel