From: Philipp Reisner <philipp.reisner@linbit.com>
To: Fubo Chen <fubo.chen@gmail.com>
Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com
Subject: Re: [Drbd-dev] request for review - DRBD multi volume support for 3.2
Date: Tue, 16 Aug 2011 14:00:04 +0200 [thread overview]
Message-ID: <201108161400.04686.philipp.reisner@linbit.com> (raw)
In-Reply-To: <CAJAFBLC+MpBRk29dX286G1mkobi_FnXAiQuF++eACZ8VUct2XQ@mail.gmail.com>
Am Donnerstag, 11. August 2011, 20:34:57 schrieb Fubo Chen:
> On Mon, Aug 8, 2011 at 3:57 PM, Philipp Reisner
>
> <philipp.reisner@linbit.com> wrote:
> > This is a request for review of drbd-8.4. I intend to send a pull request
> > to Jens early next week, for his for-3.2/drivers branch.
> >
> > I want to point out the idr_for_each_entry() macro, added to
> > include/linux/idr.h. Though we use this macro extensively in the new
> > DRBD code, it is not DRBD specific. I intend to leave it in this patch
> > series, as the following patches depend on it.
> >
> > The most noticeable change is the support for multiple replicated volumes
> > in a single DRBD connection. Write-ordering is obeyed among all writes
> > in all volumes in a single connection. This feature is really important
> > for users who DRBD for mirroring over longer distances. (Protocol A).
>
> Does not build here. Is EXPORT_SYMBOL(lc_is_used) missing ?
>
> drivers/block/drbd/drbd_main.c: In function 'drbd_buildtag':
> drivers/block/drbd/drbd_main.c:3561:19: warning: the comparison will
> always evaluate as 'true' for the address of '__this_module' will
> never be NULL [-Waddress]
> drivers/block/drbd/drbd_nl.c:2463:12: warning: 'drbd_bmio_set_susp_al'
> defined but not used [-Wunused-function]
> ERROR: "lc_is_used" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "lc_try_lock" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "drbd_nla_parse_nested" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "drbd_nla_find_nested" [drivers/block/drbd/drbd.ko] undefined!
>
> Fubo.
Hi Fubo,
I fixed the missing EXPORT_SYMBOLS, the missing drbd_nla_* and the
unused drbd_bmio_set_susp_al() issues. I amended the changes into
the commits where the fixes should be.
At you convenience, please retry:
git://git.drbd.org/linux-2.6-drbd.git for-jens
Best,
Phil
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
WARNING: multiple messages have this Message-ID (diff)
From: Philipp Reisner <philipp.reisner@linbit.com>
To: Fubo Chen <fubo.chen@gmail.com>
Cc: linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com
Subject: Re: request for review - DRBD multi volume support for 3.2
Date: Tue, 16 Aug 2011 14:00:04 +0200 [thread overview]
Message-ID: <201108161400.04686.philipp.reisner@linbit.com> (raw)
In-Reply-To: <CAJAFBLC+MpBRk29dX286G1mkobi_FnXAiQuF++eACZ8VUct2XQ@mail.gmail.com>
Am Donnerstag, 11. August 2011, 20:34:57 schrieb Fubo Chen:
> On Mon, Aug 8, 2011 at 3:57 PM, Philipp Reisner
>
> <philipp.reisner@linbit.com> wrote:
> > This is a request for review of drbd-8.4. I intend to send a pull request
> > to Jens early next week, for his for-3.2/drivers branch.
> >
> > I want to point out the idr_for_each_entry() macro, added to
> > include/linux/idr.h. Though we use this macro extensively in the new
> > DRBD code, it is not DRBD specific. I intend to leave it in this patch
> > series, as the following patches depend on it.
> >
> > The most noticeable change is the support for multiple replicated volumes
> > in a single DRBD connection. Write-ordering is obeyed among all writes
> > in all volumes in a single connection. This feature is really important
> > for users who DRBD for mirroring over longer distances. (Protocol A).
>
> Does not build here. Is EXPORT_SYMBOL(lc_is_used) missing ?
>
> drivers/block/drbd/drbd_main.c: In function 'drbd_buildtag':
> drivers/block/drbd/drbd_main.c:3561:19: warning: the comparison will
> always evaluate as 'true' for the address of '__this_module' will
> never be NULL [-Waddress]
> drivers/block/drbd/drbd_nl.c:2463:12: warning: 'drbd_bmio_set_susp_al'
> defined but not used [-Wunused-function]
> ERROR: "lc_is_used" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "lc_try_lock" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "drbd_nla_parse_nested" [drivers/block/drbd/drbd.ko] undefined!
> ERROR: "drbd_nla_find_nested" [drivers/block/drbd/drbd.ko] undefined!
>
> Fubo.
Hi Fubo,
I fixed the missing EXPORT_SYMBOLS, the missing drbd_nla_* and the
unused drbd_bmio_set_susp_al() issues. I amended the changes into
the commits where the fixes should be.
At you convenience, please retry:
git://git.drbd.org/linux-2.6-drbd.git for-jens
Best,
Phil
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
next prev parent reply other threads:[~2011-08-16 12:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 13:57 [Drbd-dev] request for review - DRBD multi volume support for 3.2 Philipp Reisner
2011-08-08 13:57 ` Philipp Reisner
2011-08-11 18:34 ` [Drbd-dev] " Fubo Chen
2011-08-11 18:34 ` Fubo Chen
2011-08-16 12:00 ` Philipp Reisner [this message]
2011-08-16 12:00 ` Philipp Reisner
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=201108161400.04686.philipp.reisner@linbit.com \
--to=philipp.reisner@linbit.com \
--cc=drbd-dev@lists.linbit.com \
--cc=fubo.chen@gmail.com \
--cc=linux-kernel@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.