[PATCH 6/9] Fix problem with fscking of mounted filesystem
Alasdair G Kergon <[email protected]>
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
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