svn commit: r280763 - head/sys/ufs/ffs
Konstantin Belousov
kib at FreeBSD.org
Fri Mar 27 15:49:22 UTC 2015
Author: kib
Date: Fri Mar 27 15:49:21 2015
New Revision: 280763
URL: https://svnweb.freebsd.org/changeset/base/280763
Log:
Fix build (with gcc).
Reported by: bz, ian
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Modified:
head/sys/ufs/ffs/ffs_softdep.c
Modified: head/sys/ufs/ffs/ffs_softdep.c
==============================================================================
--- head/sys/ufs/ffs/ffs_softdep.c Fri Mar 27 15:06:31 2015 (r280762)
+++ head/sys/ufs/ffs/ffs_softdep.c Fri Mar 27 15:49:21 2015 (r280763)
@@ -738,6 +738,7 @@ static int softdep_process_worklist(stru
static int softdep_waitidle(struct mount *, int);
static void drain_output(struct vnode *);
static struct buf *getdirtybuf(struct buf *, struct rwlock *, int);
+static int check_inodedep_free(struct inodedep *);
static void clear_remove(struct mount *);
static void clear_inodedeps(struct mount *);
static void unlinked_inodedep(struct mount *, struct inodedep *);
More information about the svn-src-all
mailing list