[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH]Fix "make debug=y" failure in IA64 platform.
Without this patch, blktap can not pass build in IA64 platform by "make debug=y". Signed-off-by: Yongkang You <yongkang.you@xxxxxxxxx> diff -r 29b02d929b7e -r 786c5a7fa561 tools/blktap/drivers/blktapctrl.c --- a/tools/blktap/drivers/blktapctrl.c Mon Oct 23 14:42:52 2006 +0100 +++ b/tools/blktap/drivers/blktapctrl.c Tue Oct 24 16:56:07 2006 +0800 @@ -212,6 +212,7 @@ static void add_disktype(blkif_t *blkif, entry->blkif = blkif; entry->next = NULL; ptr = active_disks[type]; + last = NULL; if (ptr == NULL) { active_disks[type] = entry; diff -r 29b02d929b7e -r 786c5a7fa561 tools/blktap/drivers/tapdisk.c --- a/tools/blktap/drivers/tapdisk.c Mon Oct 23 14:42:52 2006 +0100 +++ b/tools/blktap/drivers/tapdisk.c Tue Oct 24 16:56:07 2006 +0800 @@ -156,6 +156,7 @@ static inline fd_list_entry_t *add_fd_en for (i = 0; i < MAX_IOFD; i++) entry->io_fd[i] = io_fd[i]; entry->s = s; entry->next = NULL; + last = NULL; ptr = fd_start; if (ptr == NULL) { _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |