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

2017-10-18 Thread Ryan Libby
On Tue, Oct 17, 2017 at 11:21 PM, Fedor Uporov wrote: > Ryan, > > Seems like, I lost the dual declaration when made the merging and then did > not check the gcc build. > > Thanks for fix. > No problem. Welcome aboard. ___ svn-src-head@freebsd.org maili

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

2017-10-17 Thread Fedor Uporov
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 wrote: > Author: rlibby > Date: Wed Oct 18 00:41:23 2017 > New Revision: 324713 > URL: https://svnweb.freebsd.org/changeset/bas

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

2017-10-17 Thread Ryan Libby
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 Mod