ext2: delete redundant decl of ext2_fserr

Fix gcc build after r324706.

Reviewed by:	pfg
Differential Revision:	https://reviews.freebsd.org/D12709
This commit is contained in:
Ryan Libby 2017-10-18 00:41:23 +00:00
parent 4f2fac3759
commit ccf2e8123b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324713

View File

@ -102,7 +102,6 @@ int ext2_search_dirblock(struct inode *, void *, int *, const char *, 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.