Skip to content

Commit c04f2e0

Browse files
alexshiAndreas Gruenbacher
authored andcommitted
gfs2: remove unused LBIT macros
Since commit 223b2b8 ("GFS2: Fix alignment issue and tidy gfs2_bitfit"), these 3 macros aren't used anymore, so remove them. Signed-off-by: Alex Shi <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent b3ca4e4 commit c04f2e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

fs/gfs2/rgrp.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636
#define BFITNOENT ((u32)~0)
3737
#define NO_BLOCK ((u64)~0)
3838

39-
#if BITS_PER_LONG == 32
40-
#define LBITMASK (0x55555555UL)
41-
#define LBITSKIP55 (0x55555555UL)
42-
#define LBITSKIP00 (0x00000000UL)
43-
#else
44-
#define LBITMASK (0x5555555555555555UL)
45-
#define LBITSKIP55 (0x5555555555555555UL)
46-
#define LBITSKIP00 (0x0000000000000000UL)
47-
#endif
48-
4939
/*
5040
* These routines are used by the resource group routines (rgrp.c)
5141
* to keep track of block allocation. Each block is represented by two

0 commit comments

Comments
 (0)