From owner-freebsd-fs@FreeBSD.ORG Tue Dec 30 18:49:05 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B336368 for ; Tue, 30 Dec 2014 18:49:05 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0625F2EB4 for ; Tue, 30 Dec 2014 18:49:04 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id sBUImxqL052955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Dec 2014 20:48:59 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua sBUImxqL052955 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id sBUImx5p052954; Tue, 30 Dec 2014 20:48:59 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 30 Dec 2014 20:48:59 +0200 From: Konstantin Belousov To: Kirk McKusick , Rick Macklem , FreeBSD Filesystems Subject: Re: patch that makes d_fileno 64bits Message-ID: <20141230184859.GL42409@kib.kiev.ua> References: <1966344327.2961798.1419723168645.JavaMail.root@uoguelph.ca> <201412290702.sBT72I8G087361@chez.mckusick.com> <20141230180854.GA964@reks> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141230180854.GA964@reks> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 18:49:05 -0000 On Tue, Dec 30, 2014 at 10:08:54AM -0800, Gleb Kurtsou wrote: > - Bump majors for shlibs without symbol versioning. It is my > understanding that we should bump them all. kib? ABI changes for at > least libutil, libufs and libarchive Yes, it must be bumped. Hope for libutil sometime getting symver already died.