FUJITA Tomonori wrote:
diff --git a/block/bsg.c b/block/bsg.c
index 5a68b09..6c5c6f3 100644
--- a/block/bsg.c
+++ b/block/bsg.c
...
@@ -87,6 +85,7 @@ struct bsg_command {
int err;
struct sg_io_v4 hdr;
char sense[SCSI_SENSE_BUFFERSIZE];
+ int has_write_perm;
};
static void bsg_free_command(struct bsg_command *bc)
Why is this added? It never seems to be used.
--
Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html