From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:56886 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbcIHOIE (ORCPT ); Thu, 8 Sep 2016 10:08:04 -0400 From: Eric Sandeen Subject: [PATCH 0/2] libxfs: fix up mount check handling Message-ID: Date: Thu, 8 Sep 2016 09:07:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: xfs-oss , linux-xfs@vger.kernel.org A 2 patch series to more cleanly handle the disappearance of ustat() on some platforms, used in platform_check_ismounted() on Linux. -Eric