Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2016 12:21:23 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294983 - head/sys/ufs/ffs
Message-ID:  <201601281221.u0SCLNtv062535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Jan 28 12:21:23 2016
New Revision: 294983
URL: https://svnweb.freebsd.org/changeset/base/294983

Log:
  Remove ffs_mountroot() prototype; seems to be long gone.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/ufs/ffs/ffs_extern.h

Modified: head/sys/ufs/ffs/ffs_extern.h
==============================================================================
--- head/sys/ufs/ffs/ffs_extern.h	Thu Jan 28 12:15:50 2016	(r294982)
+++ head/sys/ufs/ffs/ffs_extern.h	Thu Jan 28 12:21:23 2016	(r294983)
@@ -77,7 +77,6 @@ void	ffs_fserr(struct fs *, ino_t, char 
 int	ffs_isblock(struct fs *, u_char *, ufs1_daddr_t);
 int	ffs_isfreeblock(struct fs *, u_char *, ufs1_daddr_t);
 void	ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
-int	ffs_mountroot(void);
 void	ffs_oldfscompat_write(struct fs *, struct ufsmount *);
 int	ffs_own_mount(const struct mount *mp);
 int	ffs_reallocblks(struct vop_reallocblks_args *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601281221.u0SCLNtv062535>