freebsd_amp_hwpstate/sys/fs
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
..
cd9660 Change `extern inline' to `static inline' so that several functions 1995-07-25 21:50:50 +00:00
deadfs Cosmetics: added a #include and a static prototype to silence gcc. 1994-10-08 22:37:00 +00:00
fdescfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
fifofs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
msdosfs Fixed VOP_LINK argument order botch. 1995-06-28 07:06:55 +00:00
nullfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
portalfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
procfs Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
specfs Added missing splx() in DIAGNOSTIC code. 1995-07-08 04:03:12 +00:00
umapfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
unionfs Fixed VOP_LINK argument order botch. 1995-06-28 07:06:55 +00:00