Re: [PATCH 3.19-rc] btrfs: add read-only check to sysfs handler of features

2015-01-30 Thread David Sterba
On Fri, Jan 23, 2015 at 06:52:11PM +0100, David Sterba wrote: We don't want to trigger the change on a read-only filesystem, similar to what the label handler does. Signed-off-by: David Sterba dste...@suse.cz Please drop this patch, seems that the right way to the ro/rw freeze protection is

[PATCH 3.19-rc] btrfs: add read-only check to sysfs handler of features

2015-01-23 Thread David Sterba
We don't want to trigger the change on a read-only filesystem, similar to what the label handler does. Signed-off-by: David Sterba dste...@suse.cz --- This emerged during the discussions about pending changes problems. fs/btrfs/sysfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git