From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alasdair G Kergon Date: Thu, 7 Oct 2010 18:25:57 +0100 Subject: [PATCH 6/9] Fix problem with fscking of mounted filesystem In-Reply-To: References: Message-ID: <20101007172557.GA22053@agk-dp.fab.redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Oct 07, 2010 at 04:06:36PM +0200, Zdenek Kabelac wrote: > Instead of calling mount without parameter to get actual mount table, > switch to use /proc/mounts directly. (Not really sure, maybe we want to > use /proc/self/mounts?) /proc/mounts I'd think: If it's mounted anywhere on the system, we need to be aware, even if it's not visible to the current process. Alasdair