freebsd-nq/sys/gnu/fs/ext2fs
Bruce Evans b9286a3a0b ext2_inode_cnv.c:
Included <sys/vnode.h> and its prerequisite <sys/proc.h>, and cleaned
up includes.  The vop_t changes made the non-inclusion of vnode.h
fatal instead of just sloppy.

i386_bitops.h:
Changed `extern inline' to `static inline'.  `extern inline' is a
Linuxism that stops things from compiling without -O.  Fixed
idempotency identifier.

Misc:
Added prototypes.  Staticized some functions so that prototypes are
unnecessary.  Added casts.  Cleaned up includes.
1995-11-09 08:41:25 +00:00
..
COPYRIGHT.INFO Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_alloc.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_balloc.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_bmap.c Fix ufs_bmap so that triple indirect blocks might work. 1995-11-05 23:07:37 +00:00
ext2_extern.h ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_fs_sb.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_fs.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_inode_cnv.c ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_inode.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_linux_balloc.c ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_linux_ialloc.c ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_lookup.c ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_mount.h Changes to existing files for ext2fs support. The UFS mods need rework 1995-11-05 23:36:07 +00:00
ext2_readwrite.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_subr.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_vfsops.c ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
ext2_vnops.c Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
fs.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
i386-bitops.h ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
inode.h Changes to existing files for ext2fs support. The UFS mods need rework 1995-11-05 23:36:07 +00:00