]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/ext4/mballoc.h
ext4: remove EXT4_MB_{BITMAP,BUDDY} macros
[people/ms/linux.git] / fs / ext4 / mballoc.h
index 7128f46d8501160b195c2acaaf3debad453fea5f..c070618c21ce8e4d4f6bb00fff94136e2c2bf615 100644 (file)
@@ -212,8 +212,6 @@ struct ext4_buddy {
        __u16 bd_blkbits;
        ext4_group_t bd_group;
 };
-#define EXT4_MB_BITMAP(e4b)    ((e4b)->bd_bitmap)
-#define EXT4_MB_BUDDY(e4b)     ((e4b)->bd_buddy)
 
 static inline ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb,
                                        struct ext4_free_extent *fex)