kernel/fs/reiserfs/prints.c
.. .. @@ -746,9 +746,6 @@ 746 746 747 747 static void check_internal_block_head(struct buffer_head *bh) 748 748 { 749 - struct block_head *blkh;750 -751 - blkh = B_BLK_HEAD(bh);752 749 if (!(B_LEVEL(bh) > DISK_LEAF_NODE_LEVEL && B_LEVEL(bh) <= MAX_HEIGHT)) 753 750 reiserfs_panic(NULL, "vs-6025", "invalid level %z", bh); 754 751