aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2020-12-11 22:51:57 +0000
committerRyan Libby <rlibby@FreeBSD.org>2020-12-11 22:51:57 +0000
commit93dba42c0e2d06981f6604124be0e10f919ef005 (patch)
tree547c6c05d598b205f628d863c6df3a94979f836c /sys/ufs
parent324f89d9c881054700b6c48c5172e3c6361ec73d (diff)
downloadsrc-93dba42c0e2d06981f6604124be0e10f919ef005.tar.gz
src-93dba42c0e2d06981f6604124be0e10f919ef005.zip
ffs: quiet -Wstrict-prototypes
Reviewed by: kib, markj, mckusick Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27558
Notes
Notes: svn path=/head/; revision=368565
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_softdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 861a3e6fb89a..e90593b20e40 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -758,6 +758,7 @@ static struct malloc_type *memtype[] = {
*/
static void check_clear_deps(struct mount *);
static void softdep_error(char *, int);
+static int softdep_prerename_vnode(struct ufsmount *, struct vnode *);
static int softdep_process_worklist(struct mount *, int);
static int softdep_waitidle(struct mount *, int);
static void drain_output(struct vnode *);