summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-03-03 19:15:40 +0000
committernjl <njl@FreeBSD.org>2003-03-03 19:15:40 +0000
commit5a225ad93319945ddf1088461e0b574dd6daf1f5 (patch)
tree7305b3cb7830a69706d4f895936e5aaecc614cbe /sys/fs/fdescfs
parent7e3263308badc4fb7923e001ca3b61ca0cfaa7c0 (diff)
downloadFreeBSD-src-5a225ad93319945ddf1088461e0b574dd6daf1f5.zip
FreeBSD-src-5a225ad93319945ddf1088461e0b574dd6daf1f5.tar.gz
Finish cleanup of vprint() which was begun with changing v_tag to a string.
Remove extraneous uses of vop_null, instead defering to the default op. Rename vnode type "vfs" to the more descriptive "syncer". Fix formatting for various filesystems that use vop_print.
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index 2a50da4..3dfd9dd 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -545,7 +545,6 @@ static struct vnodeopv_entry_desc fdesc_vnodeop_entries[] = {
{ &vop_open_desc, (vop_t *) fdesc_open },
{ &vop_pathconf_desc, (vop_t *) vop_stdpathconf },
{ &vop_poll_desc, (vop_t *) fdesc_poll },
- { &vop_print_desc, (vop_t *) vop_null },
{ &vop_readdir_desc, (vop_t *) fdesc_readdir },
{ &vop_reclaim_desc, (vop_t *) fdesc_reclaim },
{ &vop_setattr_desc, (vop_t *) fdesc_setattr },
OpenPOWER on IntegriCloud