The patch titled fs: ufs add missing bracket has been removed from the -mm tree. Its filename was fs-ufs-add-missing-bracket.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> --- fs/ufs/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ufs/util.h~fs-ufs-add-missing-bracket fs/ufs/util.h --- a/fs/ufs/util.h~fs-ufs-add-missing-bracket +++ a/fs/ufs/util.h @@ -299,7 +299,7 @@ static inline void *get_usb_offset(struc #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))) #define ubh_get_addr32(ubh,begin) \ (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \ _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch ppc-cs4218_tdm-remove-extra-brace.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.patch video-pm3fb-macros-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html