Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269677 > unrolled thread

[PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn

Started byGeert Uytterhoeven <geert@linux-m68k.org>
First post2015-11-15 12:50 +0100
Last post2015-11-18 18:10 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn Geert Uytterhoeven <geert@linux-m68k.org> - 2015-11-15 12:50 +0100
    Re: [PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn Ewan Milne <emilne@redhat.com> - 2015-11-17 16:10 +0100
    Re: [PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn "Kai Mäkisara (Kolumbus)"   <kai.makisara@kolumbus.fi> - 2015-11-17 21:20 +0100
    Re: [PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn "Martin K. Petersen" <martin.petersen@oracle.com> - 2015-11-18 18:10 +0100

#1269677 — [PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2015-11-15 12:50 +0100
Subject[PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn
Message-ID<qv3YJ-Sx-1@gated-at.bofh.it>
Its last user was removed 10 years ago, in commit
8b05b773b6030de5 ("[SCSI] convert st to use scsi_execute_async").

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/scsi/st.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h
index b6486b5d86811227..8c732c8de0153eb1 100644
--- a/drivers/scsi/st.h
+++ b/drivers/scsi/st.h
@@ -148,8 +148,6 @@ struct scsi_tape {
 	int tape_type;
 	int long_timeout;	/* timeout for commands known to take long time */
 
-	unsigned long max_pfn;	/* the maximum page number reachable by the HBA */
-
 	/* Mode characteristics */
 	struct st_modedef modes[ST_NBR_MODES];
 	int current_mode;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1271302

FromEwan Milne <emilne@redhat.com>
Date2015-11-17 16:10 +0100
Message-ID<qvQ3p-6Fs-25@gated-at.bofh.it>
In reply to#1269677
On Sun, 2015-11-15 at 12:48 +0100, Geert Uytterhoeven wrote:
> Its last user was removed 10 years ago, in commit
> 8b05b773b6030de5 ("[SCSI] convert st to use scsi_execute_async").
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  drivers/scsi/st.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h
> index b6486b5d86811227..8c732c8de0153eb1 100644
> --- a/drivers/scsi/st.h
> +++ b/drivers/scsi/st.h
> @@ -148,8 +148,6 @@ struct scsi_tape {
>  	int tape_type;
>  	int long_timeout;	/* timeout for commands known to take long time */
>  
> -	unsigned long max_pfn;	/* the maximum page number reachable by the HBA */
> -
>  	/* Mode characteristics */
>  	struct st_modedef modes[ST_NBR_MODES];
>  	int current_mode;

Reviewed-by: Ewan D. Milne <emilne@redhat.com>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1271634

From"Kai Mäkisara (Kolumbus)" <kai.makisara@kolumbus.fi>
Date2015-11-17 21:20 +0100
Message-ID<qvUTn-1l2-5@gated-at.bofh.it>
In reply to#1269677
> On 15.11.2015, at 13.48, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> 
> Its last user was removed 10 years ago, in commit
> 8b05b773b6030de5 ("[SCSI] convert st to use scsi_execute_async").
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: Kai Mäkisara <kai.makisara@kolumbus.fi>

Thanks,
Kai

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1272392

From"Martin K. Petersen" <martin.petersen@oracle.com>
Date2015-11-18 18:10 +0100
Message-ID<qwep5-5SC-21@gated-at.bofh.it>
In reply to#1269677
>>>>> "Geert" == Geert Uytterhoeven <geert@linux-m68k.org> writes:

Geert> Its last user was removed 10 years ago, in commit
Geert> 8b05b773b6030de5 ("[SCSI] convert st to use scsi_execute_async").

Applied to the 4.5 queue.

-- 
Martin K. Petersen	Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web