Bruce Evans 45199dd745 Change extern inline' to static inline' so that several functions
don't go away when the kernel is compiled with -O.

The functions are backed up by extern versions in cd9660_util.c,
but these versions are disabled by `#ifdef __notanymore__'.  They
could have been enabled by using `#if defined(__notanymore__) ||
!defined(__OPTIMIZE__)' but then I would have had to check that
they still work.  The correct way to handle all this is to replace
`extern inline' by `EXTERN_INLINE' and define `EXTERN_INLINE' as
`extern inline' in most modules and as empty in one module.
1995-07-25 21:50:50 +00:00
..
1994-08-02 07:55:43 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1994-08-02 07:55:43 +00:00
1994-05-24 10:09:53 +00:00