All of lore.kernel.org
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@gmail.com>
To: Loic Pallardy <loic.pallardy@stericsson.com>
Cc: linux-mmc@vger.kernel.org, Chris Ball <cjb@laptop.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	STEricsson_nomadik_linux <STEricsson_nomadik_linux@list.st.com>,
	Ulf Hansson <ulf.hansson@stericcson.com>,
	Johan Rudholm <johan.rudholm@stericsson.com>
Subject: Re: [PATCH v1 2/5] mmc: card: Do not scan RPMB partitions
Date: Wed, 11 Jul 2012 09:35:43 +0900	[thread overview]
Message-ID: <CAKYAXd-Qn7EZfSw-Q=+0L3P1bE6q_ofPoEqC6eCM9HmFND6qHg@mail.gmail.com> (raw)
In-Reply-To: <1341564244-6178-3-git-send-email-loic.pallardy@stericsson.com>

>
> diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
> index 276d21c..1b202fe 100644
> --- a/drivers/mmc/card/block.c
> +++ b/drivers/mmc/card/block.c
> @@ -1521,6 +1521,9 @@ static struct mmc_blk_data *mmc_blk_alloc_req(struct
> mmc_card *card,
>  	md->disk->queue = md->queue.queue;
>  	md->disk->driverfs_dev = parent;
>  	set_disk_ro(md->disk, md->read_only || default_ro);
> +	md->disk->flags = GENHD_FL_EXT_DEVT;
Currrenlty mmc have been setting minors to CONFIG_MMC_BLOCK_MINORS.
Why did you add GENHD_FL_EXT_DEVT ?

Thanks.

  parent reply	other threads:[~2012-07-11  0:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-06  8:43 [PATCH v1 0/5] mmc: Add access to RPMB partition Loic Pallardy
2012-07-06  8:44 ` [PATCH v1 1/5] mmc: core: Expose " Loic Pallardy
2012-07-08 19:17   ` Linus Walleij
2012-07-09 17:42     ` Johan Rudholm
2012-07-06  8:44 ` [PATCH v1 2/5] mmc: card: Do not scan RPMB partitions Loic Pallardy
2012-07-08 19:18   ` Linus Walleij
2012-07-11  0:35   ` Namjae Jeon [this message]
2012-07-11 12:36     ` Loic pallardy
2012-07-06  8:44 ` [PATCH v1 3/5] mmc: core: Extend sysfs to ext_csd parameters for RPMB support Loic Pallardy
2012-07-08 19:19   ` Linus Walleij
2012-07-09 17:45     ` Johan Rudholm
2012-07-06  8:44 ` [PATCH v1 4/5] mmc: core: Add mmc_set_blockcount feature Loic Pallardy
2012-07-08 19:20   ` Linus Walleij
2012-07-09 17:48     ` Johan Rudholm
2012-07-06  8:44 ` [PATCH v1 5/5] mmc: card: Add RPMB support in IOCTL interface Loic Pallardy
2012-07-08 19:22   ` Linus Walleij
2012-07-09 17:54     ` Johan Rudholm
2012-07-10  0:37   ` Namjae Jeon
2012-07-10 12:28     ` Loic pallardy
2012-07-11  0:12       ` Namjae Jeon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKYAXd-Qn7EZfSw-Q=+0L3P1bE6q_ofPoEqC6eCM9HmFND6qHg@mail.gmail.com' \
    --to=linkinjeon@gmail.com \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=cjb@laptop.org \
    --cc=johan.rudholm@stericsson.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=loic.pallardy@stericsson.com \
    --cc=ulf.hansson@stericcson.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.