On Wed, 30 Jul 2008 16:10:54 -0400 Peter Jones <pjones@xxxxxxxxxx> wrote: > 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. Oops, I just forgot to remove it. Thanks. I've updated a fixed version of the patchset: git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git cmdfilter -- 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