Messages in this thread |  | | | From | Bartlomiej Zolnierkiewicz <> | | Subject | Re: [PATCH 1/2] ide-tape: move all struct and other defs at the top | | Date | Mon, 11 Feb 2008 23:12:53 +0100 |
| |
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@gmail.com> > 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@gmail.com>
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(-)
|  |