On Thu, Nov 30, 2006 at 09:56:04PM -0800, akpm@xxxxxxxx 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@xxxxxxxxxx> > > Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> > Cc: Evgeniy Dushistov <dushistov@xxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxx> > --- > #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 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html