| From: |
| Dave Hansen <haveblue@us.ibm.com> |
| To: |
| akpm@osdl.org |
| Subject: |
| [PATCH 0/6] read-only bind mount prep work |
| Date: |
| Wed, 09 Aug 2006 09:57:29 -0700 |
| Cc: |
| linux-kernel@vger.kernel.org, hch@infradead.org,
Dave Hansen <haveblue@us.ibm.com> |
The following patches lay some of the groundwork for the
read-only bind mounts. Christoph Hellwig suggested that
I send them in separately. This was a good suggestion,
as the bulk of the modifications of the entire set happen
in here, and these should make no functional changes, and
should be pretty easy to merge.
-- Dave