svn commit: r324713 - head/sys/fs/ext2fs

Ryan Libby rlibby at FreeBSD.org
Wed Oct 18 00:41:24 UTC 2017


Author: rlibby
Date: Wed Oct 18 00:41:23 2017
New Revision: 324713
URL: https://svnweb.freebsd.org/changeset/base/324713

Log:
  ext2: delete redundant decl of ext2_fserr
  
  Fix gcc build after r324706.
  
  Reviewed by:	pfg
  Differential Revision:	https://reviews.freebsd.org/D12709

Modified:
  head/sys/fs/ext2fs/ext2_extern.h

Modified: head/sys/fs/ext2fs/ext2_extern.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_extern.h	Wed Oct 18 00:33:20 2017	(r324712)
+++ head/sys/fs/ext2fs/ext2_extern.h	Wed Oct 18 00:41:23 2017	(r324713)
@@ -102,7 +102,6 @@ int	ext2_search_dirblock(struct inode *, void *, int *
 	    int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
 int	ext2_gd_csum_verify(struct m_ext2fs *fs, struct cdev *dev);
 void	ext2_gd_csum_set(struct m_ext2fs *fs);
-void	ext2_fserr(struct m_ext2fs *, uid_t, char *);
 
 
 /* Flags to low-level allocation routines.


More information about the svn-src-all mailing list