public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: + fs-ufs-add-missing-bracket.patch added to -mm tree
       [not found] <200612010556.kB15u4Li002384@shell0.pdx.osdl.net>
@ 2006-12-02  9:51 ` Evgeniy Dushistov
  0 siblings, 0 replies; only message in thread
From: Evgeniy Dushistov @ 2006-12-02  9:51 UTC (permalink / raw)
  To: akpm, linux-fsdevel; +Cc: mm-commits, m.kozlowski

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-02  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200612010556.kB15u4Li002384@shell0.pdx.osdl.net>
2006-12-02  9:51 ` + fs-ufs-add-missing-bracket.patch added to -mm tree Evgeniy Dushistov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox