--- 2.4.7aa1/include/linux/reiserfs_fs.h.~1~ Mon Jul 23 06:56:14 2001 +++ 2.4.7aa1/include/linux/reiserfs_fs.h Mon Jul 23 17:57:46 2001 @@ -828,7 +828,7 @@ /* compose directory item containing "." and ".." entries (entries are not aligned to 4 byte boundary) */ -extern inline void make_empty_dir_item_v1 (char * body, __u32 dirid, __u32 objid, +static inline void make_empty_dir_item_v1 (char * body, __u32 dirid, __u32 objid, __u32 par_dirid, __u32 par_objid) { struct reiserfs_de_head * deh; @@ -859,7 +859,7 @@ } /* compose directory item containing "." and ".." entries */ -extern inline void make_empty_dir_item (char * body, __u32 dirid, __u32 objid, +static inline void make_empty_dir_item (char * body, __u32 dirid, __u32 objid, __u32 par_dirid, __u32 par_objid) { struct reiserfs_de_head * deh;