# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.638 -> 1.639 # include/linux/ide24.h 1.2 -> 1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/07/09 axboe@burns.home.kernel.dk 1.639 # highmem fix didn't compile, rewrork :/ # -------------------------------------------- # diff -Nru a/include/linux/ide24.h b/include/linux/ide24.h --- a/include/linux/ide24.h Tue Jul 9 16:18:42 2002 +++ b/include/linux/ide24.h Tue Jul 9 16:18:42 2002 @@ -581,8 +581,7 @@ extern inline void ide_unmap_buffer(char *buffer, unsigned long *flags) { - if (rq->bio) - bio_kunmap_irq(to, flags); + bio_kunmap_irq(to, flags); } /*