diff options
author | eivind <eivind@FreeBSD.org> | 2000-11-01 17:57:24 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2000-11-01 17:57:24 +0000 |
commit | 1afa7eea2714a80f7f460a084f2dd793df48a236 (patch) | |
tree | e76c1eb1295d99a1835b6c94989d187a908ac04f /sys/fs/hpfs | |
parent | c5ea795e5364897737ab564b5018fb9e8fae6027 (diff) | |
download | FreeBSD-src-1afa7eea2714a80f7f460a084f2dd793df48a236.zip FreeBSD-src-1afa7eea2714a80f7f460a084f2dd793df48a236.tar.gz |
Give vop_mmap an untimely death. The opportunity to give it a timely
death timed out in 1996.
Diffstat (limited to 'sys/fs/hpfs')
-rw-r--r-- | sys/fs/hpfs/hpfs_vnops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs_vnops.c b/sys/fs/hpfs/hpfs_vnops.c index f1b0b2ce..71b5ad5 100644 --- a/sys/fs/hpfs/hpfs_vnops.c +++ b/sys/fs/hpfs/hpfs_vnops.c @@ -1389,7 +1389,6 @@ struct vnodeopv_entry_desc ntfs_vnodeop_entries[] = { { &vop_ioctl_desc, genfs_enoioctl }, /* ioctl */ { &vop_poll_desc, genfs_poll }, /* poll */ { &vop_revoke_desc, genfs_revoke }, /* revoke */ - { &vop_mmap_desc, genfs_eopnotsupp }, /* mmap */ { &vop_fsync_desc, genfs_fsync }, /* fsync */ { &vop_seek_desc, genfs_seek }, /* seek */ { &vop_remove_desc, genfs_eopnotsupp }, /* remove */ |