On Fri, Sep 25, 2015 at 10:38:00AM +0800, Qu Wenruo wrote: > +static inline void btrfs_stack_item_key(char *stack_leaf, > + struct btrfs_disk_key *disk_key, > + int nr) > +static inline void btrfs_stack_item_key_to_cpu(char *stack_leaf, > + struct btrfs_key *key, > + int nr) The functions do not follow the pattern of btrfs_stack_* , also passing 'char *' is not right, it should be 'struct extent_buffer *'. IOW the manually created structure accessors must match the prototypes that would result from BTRFS_STACK_FUNCS and BTRFS_SETGET_STACK_FUNCS. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
