From: "Jan Blunck" <jblunck@gmail.com>
To: "Martin Schwidefsky" <schwidefsky@de.ibm.com>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, horst.hummel@de.ibm.com
Subject: Re: [patch 13/13] s390: dasd device identifiers.
Date: Wed, 26 Apr 2006 19:59:33 +0200 [thread overview]
Message-ID: <4de7f8a60604261059x7606d3ebl5efb26798293658@mail.gmail.com> (raw)
In-Reply-To: <20060424150620.GN15613@skybase>
On 4/24/06, Martin Schwidefsky <schwidefsky@de.ibm.com> wrote:
> +/*
> + * Register the given device unique identifier into devmap struct.
> + */
> +int
> +dasd_set_uid(struct ccw_device *cdev, struct dasd_uid *uid)
> +{
> + struct dasd_devmap *devmap;
> +
> + devmap = dasd_find_busid(cdev->dev.bus_id);
> + if (IS_ERR(devmap))
> + return PTR_ERR(devmap);
> + spin_lock(&dasd_devmap_lock);
> + devmap->uid = *uid;
> + spin_unlock(&dasd_devmap_lock);
> + return 0;
> +}
> +
EXPORT_SYMBOL(dasd_set_uid) is missing.
prev parent reply other threads:[~2006-04-26 17:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-24 15:06 Martin Schwidefsky
2006-04-24 23:49 ` Andrew Morton
2006-04-25 8:28 ` Martin Schwidefsky
2006-04-26 17:59 ` Jan Blunck [this message]
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=4de7f8a60604261059x7606d3ebl5efb26798293658@mail.gmail.com \
--to=jblunck@gmail.com \
--cc=akpm@osdl.org \
--cc=horst.hummel@de.ibm.com \
--cc=j.blunck@tu-harburg.de \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®