[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <op.vtg2xqrt3l0zgt@mnazarewicz-glaptop>
Date: Tue, 05 Apr 2011 18:04:28 +0200
From: "Michal Nazarewicz" <mina86@...a86.com>
To: gregkh@...e.de, "Roger Quadros" <roger.quadros@...ia.com>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/5] usb: gadget: f_mass_storage: If 'ro'/'cdrom'
specified, open file as read-only
On Tue, 05 Apr 2011 17:36:39 +0200, Roger Quadros
<roger.quadros@...ia.com> wrote:
> If we don't need Write access then attempt to open backing file in Read
> Only mode instead of bailing out too soon.
>
> Signed-off-by: Roger Quadros <roger.quadros@...ia.com>
Acked-by: Michal Nazarewicz <mina86@...a86.com>
> --- a/drivers/usb/gadget/f_mass_storage.c
> +++ b/drivers/usb/gadget/f_mass_storage.c
> @@ -2810,6 +2810,7 @@ static struct fsg_common *fsg_common_init(struct
> fsg_common *common,
> for (i = 0, lcfg = cfg->luns; i < nluns; ++i, ++curlun, ++lcfg) {
> curlun->cdrom = !!lcfg->cdrom;
> curlun->ro = lcfg->cdrom || lcfg->ro;
> + curlun->initially_ro = curlun->ro;
> curlun->removable = lcfg->removable;
> curlun->dev.release = fsg_lun_release;
> curlun->dev.parent = &gadget->dev;
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michal "mina86" Nazarewicz (o o)
ooo +-----<email/xmpp: mnazarewicz@...gle.com>-----ooO--(_)--Ooo--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists