From: David Sterba <dsterba@suse.cz>
To: David Howells <dhowells@redhat.com>
Cc: linux-btrfs@vger.kernel.org, clm@fb.com
Subject: Re: Do btrfs compression option changes need to be atomic?
Date: Tue, 21 Aug 2018 16:20:00 +0200 [thread overview]
Message-ID: <20180821142000.GC24025@twin.jikos.cz> (raw)
In-Reply-To: <476.1534859190@warthog.procyon.org.uk>
On Tue, Aug 21, 2018 at 02:46:30PM +0100, David Howells wrote:
> Should changes to the compression options on a btrfs mount be atomic, the
> problem being that they're split across three variables?
Do you mean the compression type (btrfs_fs_info::compress_type) and the
related bits in btrfs_fs_info::mount_opt ? There are more compression
types but not used in the mount context. I assume you're interested
only in the mount-time settings, otherwise the defrag and per-inode
compression has higher priority over the global settings.
When an extent is going to be compressed, the current value of
compression type is read and then passed around.
> Further to that, how much of an issue is it if the configuration is split out
> into its own struct that is accessed from struct btrfs_fs_info using RCU?
Depends on how intrusive it's going to be, the mount opions are tested
at many places. The RCU overhead and "locking" is lightweight enough so
it should not be a problem in principle, but without seeing the code I
can't tell.
next prev parent reply other threads:[~2018-08-21 17:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-16 11:01 Are the btrfs mount options inconsistent? David Howells
2018-08-16 13:05 ` David Sterba
2018-08-20 12:24 ` David Howells
2018-08-20 12:39 ` Qu Wenruo
2018-08-21 13:43 ` David Howells
2018-08-21 14:13 ` Austin S. Hemmelgarn
2018-08-21 14:24 ` David Sterba
2018-08-21 14:26 ` Qu Wenruo
2018-08-21 14:35 ` David Howells
2018-08-21 14:40 ` Qu Wenruo
2018-08-20 12:35 ` David Howells
2018-08-21 13:46 ` Do btrfs compression option changes need to be atomic? David Howells
2018-08-21 14:02 ` Chris Mason
2018-08-21 14:20 ` David Sterba [this message]
2018-08-21 14:34 ` David Howells
2018-08-21 15:11 ` David Sterba
2018-08-21 16:13 ` David Howells
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180821142000.GC24025@twin.jikos.cz \
--to=dsterba@suse.cz \
--cc=clm@fb.com \
--cc=dhowells@redhat.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).