From: Bart Van Assche <Bart.VanAssche@wdc.com>
To: "jaegeuk@kernel.org" <jaegeuk@kernel.org>,
Stanislav Nijnikov <Stanislav.Nijnikov@wdc.com>
Cc: "linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Alex Lemberg <Alex.Lemberg@wdc.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v3 1/9] ufs: sysfs: device descriptor
Date: Tue, 2 Jan 2018 15:08:26 +0000 [thread overview]
Message-ID: <1514905704.4242.1.camel@wdc.com> (raw)
In-Reply-To: <DM2PR0401MB0975DB9535FFBCFB9B61BF949A190@DM2PR0401MB0975.namprd04.prod.outlook.com>
On Tue, 2018-01-02 at 13:54 +0000, Stanislav Nijnikov wrote:
> The existing configuration doesn't allow to add a new file to be compiled
> as a part of this module. The line like " obj-$(CONFIG_SCSI_UFSHCD) +=
> ufshcd.o ufs-sysfs.o" in the makefile will actually create 2 modules.
> This was the reason why I used EXPORT_SYMBOL in the first version.
There are plenty of kernel modules that consist of multiple source files, e.g.
the SCSI core. Please make yourself familiar with how to do this.
Thanks,
Bart.
next prev parent reply other threads:[~2018-01-02 15:08 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-28 13:29 [PATCH v3 0/9] ufs: sysfs: read-only access to device descriptors, attributes and flags Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 1/9] ufs: sysfs: device descriptor Stanislav Nijnikov
2017-12-28 19:37 ` Jaegeuk Kim
2018-01-02 13:54 ` Stanislav Nijnikov
2018-01-02 15:08 ` Bart Van Assche [this message]
2018-01-03 1:44 ` Jaegeuk Kim
2018-01-04 17:46 ` Stanislav Nijnikov
2017-12-29 9:23 ` Greg KH
2018-01-02 14:04 ` Stanislav Nijnikov
2018-01-02 14:22 ` Greg KH
2017-12-28 13:29 ` [PATCH v3 2/9] ufs: sysfs: interconnect descriptor Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 3/9] ufs: sysfs: geometry descriptor Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 4/9] ufs: sysfs: health descriptor Stanislav Nijnikov
2017-12-28 19:44 ` Jaegeuk Kim
2017-12-28 13:29 ` [PATCH v3 5/9] ufs: sysfs: power descriptor Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 6/9] ufs: sysfs: string descriptors Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 7/9] ufs: sysfs: unit descriptor Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 8/9] ufs: sysfs: flags Stanislav Nijnikov
2017-12-28 13:29 ` [PATCH v3 9/9] ufs: sysfs: attributes Stanislav Nijnikov
2017-12-28 19:52 ` Jaegeuk Kim
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=1514905704.4242.1.camel@wdc.com \
--to=bart.vanassche@wdc.com \
--cc=Alex.Lemberg@wdc.com \
--cc=Stanislav.Nijnikov@wdc.com \
--cc=gregkh@linuxfoundation.org \
--cc=jaegeuk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/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.