On Saturday 09 February 2008, Borislav Petkov wrote: > Hi Bart, > > thanks for the update earlier. I'll look into blk_{get,put}_request later and > try it on idefloppy. In the meantime, here are the patches as requested: Thanks. > --- > From 0d91862fc802d6f5aa79947b2685de6c209236f2 Mon Sep 17 00:00:00 2001 > From: Borislav Petkov <petkovbb@xxxxxxxxx> > Date: Sat, 9 Feb 2008 19:48:13 +0100 > Subject: [PATCH 1/2] ide-tape: move all struct and other defs at the top > > Signed-off-by: Borislav Petkov <petkovbb@xxxxxxxxx> applied > --- > drivers/ide/ide-tape.c | 107 ++++++++++++++++++++++++----------------------- > 1 files changed, 55 insertions(+), 52 deletions(-) since there is no need to move defines for tape flags around (as they are completely rewritten by the next patch) I removed this change from this patch making it a bit simpler/smaller: drivers/ide/ide-tape.c | 74 ++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html