From: Evgeniy Dushistov <dushistov@mail.ru>
To: akpm@osdl.org, linux-fsdevel@vger.kernel.org
Cc: mm-commits@vger.kernel.org, m.kozlowski@tuxland.pl
Subject: Re: + fs-ufs-add-missing-bracket.patch added to -mm tree
Date: Sat, 2 Dec 2006 12:51:20 +0300 [thread overview]
Message-ID: <20061202095120.GA526@rain> (raw)
In-Reply-To: <200612010556.kB15u4Li002384@shell0.pdx.osdl.net>
On Thu, Nov 30, 2006 at 09:56:04PM -0800, akpm@osdl.org wrote:
>
> The patch titled
> fs: ufs add missing bracket
> has been added to the -mm tree. Its filename is
> fs-ufs-add-missing-bracket.patch
>
> ------------------------------------------------------
> Subject: fs: ufs add missing bracket
> From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
>
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
> Cc: Evgeniy Dushistov <dushistov@mail.ru>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> ---
> #define ubh_get_addr16(ubh,begin) \
> (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
> - ((begin) & (uspi->fsize>>1) - 1)))
> + ((begin) & ((uspi->fsize>>1) - 1)))
>
May be it will be better just remove this macros,
because of it is not used in ufs code.
--
/Evgeniy
parent reply other threads:[~2006-12-02 9:47 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200612010556.kB15u4Li002384@shell0.pdx.osdl.net>]
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=20061202095120.GA526@rain \
--to=dushistov@mail.ru \
--cc=akpm@osdl.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=m.kozlowski@tuxland.pl \
--cc=mm-commits@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox