]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: bcache: remove unused macros
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 12 Apr 2021 11:56:29 +0000 (13:56 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 13 Sep 2022 07:57:34 +0000 (09:57 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libblkid/src/superblocks/bcache.c

index e00831092f01ad631a58527009666016bb626911..a587eedf8ab02e543e780184cad0150be2915c1c 100644 (file)
 #include "crc64.h"
 
 #define SB_LABEL_SIZE      32
-#define SB_JOURNAL_BUCKETS 256U
-
-#define node(i, j)         ((i)->d + (j))
-#define end(i)             node(i, le16_to_cpu((i)->keys))
 
 /*
  * The bcache_super_block is heavily simplified version of struct cache_sb in kernel.