freebsd-dev/sys/gnu/ext2fs
Poul-Henning Kamp 987f569678 Another VFS cleanup "kilo commit"
1.  Remove VOP_UPDATE, it is (also) an UFS/{FFS,LFS,EXT2FS,MFS}
    intereface function, and now lives in the ufsmount structure.

2.  Remove VOP_SEEK, it was unused.

3.  Add mode default vops:

    VOP_ADVLOCK          vop_einval
    VOP_CLOSE            vop_null
    VOP_FSYNC            vop_null
    VOP_IOCTL            vop_enotty
    VOP_MMAP             vop_einval
    VOP_OPEN             vop_null
    VOP_PATHCONF         vop_einval
    VOP_READLINK         vop_einval
    VOP_REALLOCBLKS      vop_eopnotsupp

    And remove identical functionality from filesystems

4.   Add vop_stdpathconf, which returns the canonical stuff.  Use
     it in the filesystems.  (XXX: It's probably wrong that specfs
     and fifofs sets this vop, shouldn't it come from the "host"
     filesystem, for instance ufs or cd9660 ?)

5.   Try to make system wide VOP functions have vop_* names.

6.   Initialize the um_* vectors in LFS.

(Recompile your LKMS!!!)
1997-10-16 20:32:40 +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 Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_balloc.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_bmap.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
ext2_extern.h Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_fs_i.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +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 Use __i386__ instead of i386 in ifdefs. 1997-04-01 15:10:38 +00:00
ext2_ihash.c IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags 1997-10-15 07:32:45 +00:00
ext2_inode_cnv.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_inode.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_linux_balloc.c Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
ext2_linux_ialloc.c `numdirtybuffers' was not maintained properly. This caused excessive 1997-10-07 11:10:18 +00:00
ext2_lookup.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_mount.h Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_readwrite.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_subr.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_vfsops.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_vnops.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
fs.h Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
i386-bitops.h ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
inode.h I think my previous change may have opened a race conditio. 1997-10-14 18:46:48 +00:00