summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-08 18:09:11 +0000
committerphk <phk@FreeBSD.org>2005-02-08 18:09:11 +0000
commita75e6a71107531e1b94a6814e1567f9f3d7bb655 (patch)
tree74f26d1c750365766d00443a4a6215c3dda4ede5 /sys/sys/vnode.h
parentcc21fc94e937c01b8c5b55ca7fbc8881f5156b62 (diff)
downloadFreeBSD-src-a75e6a71107531e1b94a6814e1567f9f3d7bb655.zip
FreeBSD-src-a75e6a71107531e1b94a6814e1567f9f3d7bb655.tar.gz
Drag another softupdates tentacle back into FFS: Now that FFS's
vop_fsync is separate from the internal use we can do the full job there.
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 3fe3b9d..fb6281a 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -568,7 +568,6 @@ struct vattr;
struct vnode;
extern int (*lease_check_hook)(struct vop_lease_args *);
-extern int (*softdep_fsync_hook)(struct vnode *);
extern int (*softdep_process_worklist_hook)(struct mount *);
/* cache_* may belong in namei.h. */
OpenPOWER on IntegriCloud