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

Fedor Uporov thisisadrgreenthumb at gmail.com
Wed Oct 18 06:21:33 UTC 2017


Ryan,

Seems like, I lost the dual declaration when made the merging and then did
not check the gcc build.

Thanks for fix.

On Wed, Oct 18, 2017 at 12:41 AM, Ryan Libby <rlibby at freebsd.org> wrote:

> 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