2.4.36-stable kernel tree
リビジョン | 15cc589cb4f0bd1b4f6984811021a461de95571b (tree) |
---|---|
日時 | 2007-02-25 16:41:33 |
作者 | Mariusz Kozlowski <m.kozlowski@tuxl...> |
コミッター | Willy Tarreau |
[PATCH] reiserfs parenthesis fix
Hello,
This patch fixes parenthesis in B_PRIGHT_DELIM_KEY() macro code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
@@ -787,7 +787,7 @@ struct block_head { | ||
787 | 787 | |
788 | 788 | |
789 | 789 | /* Get right delimiting key. -- little endian */ |
790 | -#define B_PRIGHT_DELIM_KEY(p_s_bh) (&(blk_right_delim_key(B_BLK_HEAD(p_s_bh)) | |
790 | +#define B_PRIGHT_DELIM_KEY(p_s_bh) (&(blk_right_delim_key(B_BLK_HEAD(p_s_bh)))) | |
791 | 791 | |
792 | 792 | /* Does the buffer contain a disk leaf. */ |
793 | 793 | #define B_IS_ITEMS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) == DISK_LEAF_NODE_LEVEL) |