public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sg: kill unused SZ_SG_IOVEC define
@ 2009-03-11  1:02 FUJITA Tomonori
  2009-03-11  1:02 ` [PATCH 2/3] sg: remove unnecessary type casts FUJITA Tomonori
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: FUJITA Tomonori @ 2009-03-11  1:02 UTC (permalink / raw)
  To: James.Bottomley; +Cc: dgilbert, linux-scsi, FUJITA Tomonori

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
---
 drivers/scsi/sg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index 17d1bd5..e84536b 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -204,7 +204,6 @@ static void sg_put_dev(Sg_device *sdp);
 
 #define SZ_SG_HEADER sizeof(struct sg_header)
 #define SZ_SG_IO_HDR sizeof(sg_io_hdr_t)
-#define SZ_SG_IOVEC sizeof(sg_iovec_t)
 #define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
 
 static int sg_allow_access(struct file *filp, unsigned char *cmd)
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-01 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  1:02 [PATCH 1/3] sg: kill unused SZ_SG_IOVEC define FUJITA Tomonori
2009-03-11  1:02 ` [PATCH 2/3] sg: remove unnecessary type casts FUJITA Tomonori
2009-03-11  1:02 ` [PATCH 3/3] sg: remove unnecessary forward declaration FUJITA Tomonori
2009-04-01 14:03 ` [PATCH 1/3] sg: kill unused SZ_SG_IOVEC define FUJITA Tomonori
2009-04-01 16:40 ` Douglas Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox