Re: [PATCH] btrfs: allow mounting btrfs subvolumes with different ro/rw options

2014-04-03 Thread David Sterba
On Tue, Nov 19, 2013 at 09:35:32AM -0500, Chris Mason wrote: Quoting har...@redhat.com (2013-11-19 05:36:05) From: Harald Hoyer har...@redhat.com [ create new vfsmounts with different states ] Thanks for resending Harald. I'll give this a shot and see if I can find any problems with

Re: [PATCH] btrfs: allow mounting btrfs subvolumes with different ro/rw options

2013-11-19 Thread Harald Hoyer
On 11/18/2013 11:53 AM, David Sterba wrote: On Sat, Sep 14, 2013 at 01:26:22PM +0200, Harald Hoyer wrote: Any comments? Not even a no, we don't want that ? Please resend. david done -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to

Re: [PATCH] btrfs: allow mounting btrfs subvolumes with different ro/rw options

2013-09-14 Thread Harald Hoyer
On 09/02/2013 12:55 PM, Harald Hoyer wrote: On 06/18/2013 05:29 PM, har...@redhat.com wrote: From: Harald Hoyer har...@redhat.com Given the following /etc/fstab entries: /dev/sda3 /mnt/foo btrfs subvol=foo,ro 0 /dev/sda3 /mnt/bar btrfs subvol=bar,rw 0 you can't issue: $ mount /mnt/foo

Re: [PATCH] btrfs: allow mounting btrfs subvolumes with different ro/rw options

2013-09-02 Thread Harald Hoyer
On 06/18/2013 05:29 PM, har...@redhat.com wrote: From: Harald Hoyer har...@redhat.com Given the following /etc/fstab entries: /dev/sda3 /mnt/foo btrfs subvol=foo,ro 0 /dev/sda3 /mnt/bar btrfs subvol=bar,rw 0 you can't issue: $ mount /mnt/foo $ mount /mnt/bar You would have to do: