Re: [PATCH] ext4: remove alignment padding from ext4_inode_info on 64 bit builds

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Sandeen
Date: Saturday, August 21, 2010 - 9:41 am

Richard Kennedy wrote:

Actually it is used, it's just expertly hidden in:

EXT4_INODE_BIT_FNS(state, state_flags):

#define EXT4_INODE_BIT_FNS(name, field)                                 \
static inline int ext4_test_inode_##name(struct inode *inode, int bit)  \
{                                                                       \
        return test_bit(bit, &EXT4_I(inode)->i_##field);                \
}                                                                       \

etc..

-Eric

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] ext4: remove alignment padding from ext4_inode ..., Eric Sandeen, (Sat Aug 21, 9:41 am)