Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2017 06:21:31 +0000
From:      Fedor Uporov <thisisadrgreenthumb@gmail.com>
To:        Ryan Libby <rlibby@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r324713 - head/sys/fs/ext2fs
Message-ID:  <CAOEhZLtor-1VOO3yKacW-Q3gu-ma8zbpoXJjZjS2v4Dh45MZYw@mail.gmail.com>
In-Reply-To: <201710180041.v9I0fNWH031268@repo.freebsd.org>
References:  <201710180041.v9I0fNWH031268@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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.
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOEhZLtor-1VOO3yKacW-Q3gu-ma8zbpoXJjZjS2v4Dh45MZYw>