--- debugreiserfs/debugreiserfs.h +++ debugreiserfs/debugreiserfs.h @@ -116,11 +116,11 @@ /* defined as inlines in both pack.c and unpack.c */ inline void set_pi_type( struct packed_item *pi, __u32 val ); -inline __u32 get_pi_type( const struct packed_item *pi ); +__u32 get_pi_type( const struct packed_item *pi ); inline void set_pi_mask( struct packed_item *pi, __u32 val ); -inline __u32 get_pi_mask( const struct packed_item *pi ); +__u32 get_pi_mask( const struct packed_item *pi ); inline void set_pi_item_len( struct packed_item *pi, __u32 val ); -inline __u32 get_pi_item_len( const struct packed_item *pi ); +__u32 get_pi_item_len( const struct packed_item *pi ); #define HAS_DIR_ID 0x01