The patch titled fs: reiserfs add missing brackets has been added to the -mm tree. Its filename is fs-reiserfs-add-missing-brackets.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fs: reiserfs add missing brackets From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/reiserfs_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/reiserfs_fs.h~fs-reiserfs-add-missing-brackets include/linux/reiserfs_fs.h --- a/include/linux/reiserfs_fs.h~fs-reiserfs-add-missing-brackets +++ a/include/linux/reiserfs_fs.h @@ -739,7 +739,7 @@ struct block_head { #define PUT_B_FREE_SPACE(p_s_bh,val) do { set_blkh_free_space(B_BLK_HEAD(p_s_bh),val); } while (0) /* Get right delimiting key. -- little endian */ -#define B_PRIGHT_DELIM_KEY(p_s_bh) (&(blk_right_delim_key(B_BLK_HEAD(p_s_bh)) +#define B_PRIGHT_DELIM_KEY(p_s_bh) (&(blk_right_delim_key(B_BLK_HEAD(p_s_bh)))) /* Does the buffer contain a disk leaf. */ #define B_IS_ITEMS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) == DISK_LEAF_NODE_LEVEL) _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are ppc-m48t35-add-missing-bracket.patch fix2-gregkh-driver-modules-state.patch git-dvb.patch mips-dbg_io-stray-brackets-fix.patch mtd-rtc_from4-brace-fix.patch sk98lin-debug-build-fix.patch net-smc91x-add-missing-bracket.patch mv643xx_eth-fix-unbalanced-parentheses-in-macros.patch netfilter-remove-broken-macro.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch fs-ufs-add-missing-bracket.patch m68knommu-scatterlist-add-missing-bracket.patch fs-reiserfs-add-missing-brackets.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-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