Re: [PATCH] Bind Mount Extensions 0.04
From: Willy Tarreau
Date: Mon Mar 15 2004 - 17:29:59 EST
Hi Herbert,
On Mon, Mar 15, 2004 at 06:36:55AM +0100, Herbert Poetzl wrote:
> > # mount /dev/hdaXX /mnt/disk
> > # mount -r --bind /mnt/disk /mnt/ro
> > # touch /mnt/ro/foo
> > Read-only file-system (that's what was expected)
> > # umount /mnt/ro
> > (I don't remember if the problem already arises here)
> > # umount /mnt/disk
> > device is busy
>
> this has been fixed in 0.04 for 2.4.25, if you need
> the fix to include for 0.03 (for whatever reason)
> here is the relevant hunk ..
I can confirm that it now works perfectly, as expected.
Thank you very much,
Willy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/