X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Flstddef.h;h=46e290174af47522a3f3772c3d6d211144a0bdc5;hb=1e4d10af3909452b0eee1f99010d80aeb01d42a7;hp=ee7d9b57ecd26928cbd79a763b9a1e1ae324be10;hpb=0571dc3bc99e7e5f46781ef6206364f840b4e8af;p=fs%2Flustre-release.git diff --git a/lustre/utils/lstddef.h b/lustre/utils/lstddef.h index ee7d9b5..46e2901 100644 --- a/lustre/utils/lstddef.h +++ b/lustre/utils/lstddef.h @@ -33,7 +33,6 @@ #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) #define round_down(x, y) ((x) & ~__round_mask(x, y)) -#define FIELD_SIZEOF(t, f) (sizeof(((t *)0)->f)) #define DIV_ROUND_UP __USER_DIV_ROUND_UP #define DIV_ROUND_DOWN_ULL(ll, d) \