Re: [PATCH 00/24] ide-tape: remove pipelined mode operation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bartlomiej Zolnierkiewicz
Date: Saturday, March 22, 2008 - 9:09 am

On Saturday 01 March 2008, Borislav Petkov wrote:

Since there was also an warning in the driver I reverted the original
commit instead.

From ca4e2ab5b2764562fe3d41b95b27e6bbd4733d66 Mon Sep 17 00:00:00 2001
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Date: Sat, 22 Mar 2008 16:44:27 +0100
Subject: [PATCH] Revert "ide-tape: schedule driver for removal after 6 months"

This reverts commit d48567dd43868b3d2e1fcc33ee76dc2d38a1ddeb.

Borislav is working on ide-tape "light" version instead.

Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 Documentation/feature-removal-schedule.txt |   10 ----------
 drivers/ide/ide-tape.c                     |    5 -----
 2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index c1d1fd0..bf0e3df 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -172,16 +172,6 @@ Who:	Len Brown <len.brown@intel.com>
 
 ---------------------------
 
-What:	ide-tape driver
-When:	July 2008
-Files:	drivers/ide/ide-tape.c
-Why:	This driver might not have any users anymore and maintaining it for no
-	reason is an effort no one wants to make.
-Who:	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>, Borislav Petkov
-	<petkovbb@googlemail.com>
-
----------------------------
-
 What: libata spindown skipping and warning
 When: Dec 2008
 Why:  Some halt(8) implementations synchronize caches for and spin
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 43e0e05..0598ecf 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -3765,11 +3765,6 @@ static int ide_tape_probe(ide_drive_t *drive)
 	g->fops = &idetape_block_ops;
 	ide_register_region(g);
 
-	printk(KERN_WARNING "It is possible that this driver does not have any"
-		" users anymore and, as a result, it will be REMOVED soon."
-		" Please notify Bart <bzolnier@gmail.com> or Boris"
-		" <petkovbb@gmail.com> in case you still need it.\n");
-
 	return 0;
 
 out_free_tape:
-- 
1.5.3.3
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/24] ide-tape: remove pipelined mode operation, Borislav Petkov, (Sat Mar 1, 1:58 am)
[PATCH 01/24] ide-tape: remove idetape_pipeline_active(), Borislav Petkov, (Sat Mar 1, 1:58 am)
[PATCH 16/24] ide-tape: remove idetape_calculate_speeds, Borislav Petkov, (Sat Mar 1, 1:58 am)
[PATCH 19/24] ide-tape: remove pipelined mode parameters, Borislav Petkov, (Sat Mar 1, 1:58 am)
Re: [PATCH 01/24] ide-tape: remove idetape_pipeline_active(), Bartlomiej Zolnierki ..., (Sun Mar 2, 11:21 am)
Re: [PATCH 02/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 11:33 am)
Re: [PATCH 03/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 11:36 am)
Re: [PATCH 04/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 11:41 am)
Re: [PATCH 05/24] ide-tape: cleanup pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 11:48 am)
Re: [PATCH 06/24] ide-tape: remove unused stage-parameter ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 12:15 pm)
Re: [PATCH 02/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 4:16 pm)
Re: [PATCH 04/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Sun Mar 2, 4:17 pm)
Re: [PATCH 02/24] ide-tape: remove pipeline-specific code ..., Bartlomiej Zolnierki ..., (Mon Mar 3, 3:32 pm)
Re: [PATCH 00/24] ide-tape: remove pipelined mode operation, Bartlomiej Zolnierki ..., (Sat Mar 22, 9:09 am)