From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14202 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Petr Vorel Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/2] define daddr_t type Date: Fri, 7 Jun 2019 08:28:48 +0200 Message-ID: <20190607062848.GE7177@x230> References: <20190607051444.20316-1-petr.vorel@gmail.com> <20190607052850.GO1506@brightrain.aerifal.cx> <20190607055329.GB7177@x230> <20190607055849.GR1506@brightrain.aerifal.cx> <20190607060619.GD7177@x230> <20190607061853.GT1506@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="41831"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) To: musl@lists.openwall.com Original-X-From: musl-return-14218-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 07 08:29:05 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hZ8N7-000Alv-EW for gllmg-musl@m.gmane.org; Fri, 07 Jun 2019 08:29:05 +0200 Original-Received: (qmail 1537 invoked by uid 550); 7 Jun 2019 06:29:03 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 1514 invoked from network); 7 Jun 2019 06:29:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:reply-to:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LLNNqybYm3sZSchsVSqXLX3ZGIufp1uoeUqngc91ZPE=; b=EtQP+/Aqu1K2NV4GEhR4CWZPvR0AKCHhKZUaOXpBOQb8M36Fj7lnAKgDt8eztgFM8C RrnNETvE8mmhzqhhZLwM0Wv63g4PaPANsJScogskuhY0KrrAxx5zXpBjsBRyMZEkv+Fr XRW4Fa7uTnAZiobFeJpGLZz+hPDasAuAVIXWqmtx63AL1WIYmwX6TjCMh6dYIVSkO/Q4 ysGiGWyiqMj583PRHGE8X6YRIABLXH8J+KTB31O1Mvf+/7bET2vhAAZtKyjWfJtQCpnB opxA7mMsf22pYZyzxkRHV7qgRWK3ibv6jvx/8tTjhbdC83McmhYpGMGnkgmryGqPTns4 5sBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=LLNNqybYm3sZSchsVSqXLX3ZGIufp1uoeUqngc91ZPE=; b=S77Ehl9in4yaoLz7LFK+ReLjcKlMTB2VNNZxpO3ZnpkoqYs5bjlwYXnPdULkiG/krz ECSX8M58Rki/GhUTcQojRn0jDSdLrIuiJKeFD8KEsqvfWEjf9N7/ZDfdU4maPwwESSHT h8umXSfyt7w1BiwDPLQY5x97ikO3HbhCLJf3L0WN4vcGC3cETTh83s1PL8t6weVKso54 pftuJ0BUqbt44Y3SuSx+z97xXb9RBV0nOQeeXPifUZmgl9qQA/cUdhjLfebV96sr3HB8 RbSJ600a4uAAbbQbacNvVOZQt9PVEi/TS1Nohhk/EycdGyxxMDcEEPLznEHa7UtKZOmd 9FAg== X-Gm-Message-State: APjAAAWmdcYCw739nkmx37J/ZXOcXW/cwZNF2UE491xKCWjr6VXck7at 7Ny+3+qHvQlvI8zPdcAz7KUsRA8K X-Google-Smtp-Source: APXvYqwrWg6wLRY++r9RFwCVPhsygzasL5xJcQZSUl5PxknA2KwG/lVl+n4g1/Y+gBJ/JkrXVmH5sw== X-Received: by 2002:a5d:4603:: with SMTP id t3mr9294379wrq.315.1559888930969; Thu, 06 Jun 2019 23:28:50 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20190607061853.GT1506@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:14202 Archived-At: Hi Rich, ... > Per http://man7.org/linux/man-pages/man2/ustat.2.html: > ustat() is deprecated and has been provided only for > compatibility. All new programs should use statfs(2) instead. > AFAIK we've never hit anything that needed/wanted ustat, and the > interface has fundamental limitations that make it mostly (entirely?) > non-useful. I'm not sure why LTP is testing it... Thanks for info. I'll read man page properly next time :). LTP tests what is in glibc (will test ustat() until it's removed from glibc). I guess fix for mtio.h is still valid, I'll send a patch. > Rich Kind regards, Petr